mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-16 22:45:15 +00:00
[youtube] Update to ytdl-2021.02.04.1
This commit is contained in:
@@ -99,7 +99,6 @@ class YoutubeLiveChatReplayFD(FragmentFD):
|
||||
'/get_live_chat_replay' if frag_index > 1 else '',
|
||||
'?continuation=%s' % continuation_id,
|
||||
'&playerOffsetMs=%d&hidden=false&pbj=1' % max(offset - 5000, 0) if frag_index > 1 else ''))
|
||||
print(url)
|
||||
success, continuation_id, offset = download_and_parse_fragment(url, frag_index)
|
||||
if not success:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user