|
raise ExtractorError('Unable to login: %s' % error, expected=True)
|
|
raise ExtractorError('Unable to login: %s' % error, expected=True)
|
|
if all(p not in response for p in ('__INITIAL_STATE__', '"currentUser"')):
|
|
if all(p not in response for p in ('__INITIAL_STATE__', '"currentUser"')):
|
|
def _get_subtitles(self, author, clip_id, lang, name, duration, video_id):
|
|
def _get_subtitles(self, author, clip_id, lang, name, duration, video_id):
|