[extractors] Add missing age limits
This commit is contained in:
parent
d9f1123c08
commit
9b5c8751ee
4 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue