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