1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[cleanup, docs] Minor fixes

Closes #2230
This commit is contained in:
pukkandan
2022-01-12 09:00:21 +05:30
parent 397235c52b
commit ed8d87f911
6 changed files with 16 additions and 14 deletions

View File

@ -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: