[extractors] Add missing age limits
This commit is contained in:
parent
d9f1123c08
commit
9b5c8751ee
4 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue