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