]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/downloader/youtube_live_chat.py
[youtube] Update to ytdl-2021.02.04.1
[yt-dlp.git] / youtube_dlc / downloader / youtube_live_chat.py
index 3887fb371f6378b08b2dc6dcf73fb463b177ad25..615be1ec89466655a44855427cc81e3969e04c72 100644 (file)
@@ -99,7 +99,6 @@ def download_and_parse_fragment(url, frag_index):
                 '/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