[extractors] Add missing age limits
This commit is contained in:
parent
d9f1123c08
commit
9b5c8751ee
4 changed files with 8 additions and 0 deletions
|
@ -20,6 +20,7 @@ class CamTubeIE(InfoExtractor):
|
|||
'duration': 1274,
|
||||
'timestamp': 1528018608,
|
||||
'upload_date': '20180603',
|
||||
'age_limit': 18
|
||||
},
|
||||
'params': {
|
||||
'skip_download': True,
|
||||
|
@ -66,4 +67,5 @@ class CamTubeIE(InfoExtractor):
|
|||
'like_count': like_count,
|
||||
'creator': creator,
|
||||
'formats': formats,
|
||||
'age_limit': 18
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue