|
|
@ -60,9 +60,7 @@ class TubiTvIE(InfoExtractor):
|
|
|
|
|
|
|
|
|
|
|
|
webpage = self._download_webpage(url, video_id)
|
|
|
|
webpage = self._download_webpage(url, video_id)
|
|
|
|
if re.search(r"<(?:DIV|div) class='login-required-screen'>", webpage):
|
|
|
|
if re.search(r"<(?:DIV|div) class='login-required-screen'>", webpage):
|
|
|
|
raise ExtractorError(
|
|
|
|
self.raise_login_required('This video requires login')
|
|
|
|
'This video requires login, use --username and --password '
|
|
|
|
|
|
|
|
'options to provide account credentials.', expected=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
title = self._og_search_title(webpage)
|
|
|
|
title = self._og_search_title(webpage)
|
|
|
|
description = self._og_search_description(webpage)
|
|
|
|
description = self._og_search_description(webpage)
|
|
|
|