mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 19:47:14 +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,
|
||||
'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…
x
Reference in New Issue
Block a user