mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 22:17:20 +08:00
[camtube] add missing age limit
This commit is contained in:
parent
ef85bd8aff
commit
45e4d55900
@ -20,6 +20,7 @@ class CamTubeIE(InfoExtractor):
|
|||||||
'duration': 1274,
|
'duration': 1274,
|
||||||
'timestamp': 1528018608,
|
'timestamp': 1528018608,
|
||||||
'upload_date': '20180603',
|
'upload_date': '20180603',
|
||||||
|
'age_limit': 18
|
||||||
},
|
},
|
||||||
'params': {
|
'params': {
|
||||||
'skip_download': True,
|
'skip_download': True,
|
||||||
@ -66,4 +67,5 @@ class CamTubeIE(InfoExtractor):
|
|||||||
'like_count': like_count,
|
'like_count': like_count,
|
||||||
'creator': creator,
|
'creator': creator,
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
|
'age_limit': 18
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user