mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-03 00:25:08 +00:00
@ -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:
|
||||
|
Reference in New Issue
Block a user