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

[cammodels] add missing age limit

This commit is contained in:
iwconfig 2018-12-24 00:05:50 +01:00 committed by l
parent 45e4d55900
commit d74b52de8b

View File

@ -14,6 +14,7 @@ class CamModelsIE(InfoExtractor):
_TESTS = [{
'url': 'https://www.cammodels.com/cam/AutumnKnight/',
'only_matching': True,
'age_limit': 18
}]
def _real_extract(self, url):
@ -93,4 +94,5 @@ class CamModelsIE(InfoExtractor):
'title': self._live_title(user_id),
'is_live': True,
'formats': formats,
'age_limit': 18
}