mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 19:27:16 +08:00
[cammodels] add missing age limit
This commit is contained in:
parent
45e4d55900
commit
d74b52de8b
@ -14,6 +14,7 @@ class CamModelsIE(InfoExtractor):
|
|||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://www.cammodels.com/cam/AutumnKnight/',
|
'url': 'https://www.cammodels.com/cam/AutumnKnight/',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
'age_limit': 18
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
@ -93,4 +94,5 @@ class CamModelsIE(InfoExtractor):
|
|||||||
'title': self._live_title(user_id),
|
'title': self._live_title(user_id),
|
||||||
'is_live': True,
|
'is_live': True,
|
||||||
'formats': formats,
|
'formats': formats,
|
||||||
|
'age_limit': 18
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user