[extractors] Add missing age limits
This commit is contained in:
parent
d9f1123c08
commit
9b5c8751ee
4 changed files with 8 additions and 0 deletions
|
@ -25,6 +25,7 @@ class CamWithHerIE(InfoExtractor):
|
|||
'comment_count': int,
|
||||
'uploader': 'MileenaK',
|
||||
'upload_date': '20160322',
|
||||
'age_limit': 18,
|
||||
},
|
||||
'params': {
|
||||
'skip_download': True,
|
||||
|
@ -84,4 +85,5 @@ class CamWithHerIE(InfoExtractor):
|
|||
'comment_count': comment_count,
|
||||
'uploader': uploader,
|
||||
'upload_date': upload_date,
|
||||
'age_limit': 18
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue