X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/fabb27fcea6bed4f751bd95d7301067452b1e21e..ed8d87f911585060faf4df5295fa9ad5bf46c380:/yt_dlp/extractor/twitcasting.py diff --git a/yt_dlp/extractor/twitcasting.py b/yt_dlp/extractor/twitcasting.py index ef1e871cf..c3e058709 100644 --- a/yt_dlp/extractor/twitcasting.py +++ b/yt_dlp/extractor/twitcasting.py @@ -99,7 +99,7 @@ def _real_extract(self, url): 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: