1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-10 19:27:16 +08:00

[camtube] add missing age limit

This commit is contained in:
iwconfig 2018-12-23 23:44:26 +01:00 committed by l
parent ef85bd8aff
commit 45e4d55900

View File

@ -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
}