mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 17:07:18 +08:00
[camwithher] add missing age limit
This commit is contained in:
parent
d74b52de8b
commit
99a120c9b9
@ -25,6 +25,7 @@ class CamWithHerIE(InfoExtractor):
|
|||||||
'comment_count': int,
|
'comment_count': int,
|
||||||
'uploader': 'MileenaK',
|
'uploader': 'MileenaK',
|
||||||
'upload_date': '20160322',
|
'upload_date': '20160322',
|
||||||
|
'age_limit': 18,
|
||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
@ -84,4 +85,5 @@ class CamWithHerIE(InfoExtractor):
|
|||||||
'comment_count': comment_count,
|
'comment_count': comment_count,
|
||||||
'uploader': uploader,
|
'uploader': uploader,
|
||||||
'upload_date': upload_date,
|
'upload_date': upload_date,
|
||||||
|
'age_limit': 18
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user