1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-07 00:47:07 -05:00

[extractors] Add missing age limits

This commit is contained in:
iwconfig
2019-01-01 15:39:18 +01:00
committed by Sergey M
parent d9f1123c08
commit 9b5c8751ee
4 changed files with 8 additions and 0 deletions

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
}