[extractors] Add missing age limits

This commit is contained in:
iwconfig 2019-01-01 15:39:18 +01:00 committed by Sergey M
parent d9f1123c08
commit 9b5c8751ee
4 changed files with 8 additions and 0 deletions

View file

@ -14,6 +14,7 @@ class YourPornIE(InfoExtractor):
'ext': 'mp4',
'title': 'md5:c9f43630bd968267672651ba905a7d35',
'thumbnail': r're:^https?://.*\.jpg$',
'age_limit': 18
},
}
@ -38,4 +39,5 @@ class YourPornIE(InfoExtractor):
'url': video_url,
'title': title,
'thumbnail': thumbnail,
'age_limit': 18
}