parent
397235c52b
commit
ed8d87f911
6 changed files with 16 additions and 14 deletions
|
|
@ -99,7 +99,7 @@ class TwitCastingIE(InfoExtractor):
|
|||
is_live = 'data-status="online"' in webpage
|
||||
|
||||
if not traverse_obj(stream_server_data, 'llfmp4') and is_live:
|
||||
raise ExtractorError('You must be logged in to watch.', expected=True)
|
||||
self.raise_login_required(method='cookies')
|
||||
|
||||
formats = []
|
||||
if is_live and not m3u8_url:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue