1
0
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:
pukkandan
2021-02-04 20:07:17 +05:30
parent c10d0213fc
commit 545cc85d11
5 changed files with 522 additions and 1468 deletions

View File

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