diff options
author | Unknown <blackjack4494@web.de> | 2020-10-29 02:57:43 +0100 |
---|---|---|
committer | Unknown <blackjack4494@web.de> | 2020-10-29 02:57:43 +0100 |
commit | 4932ba4aecf653166f04211680a48624b48f030f (patch) | |
tree | 014a4674771e722d040b5a4a2d35ab4c48ad2df7 | |
parent | 0704d2224b328caeafbce6a029904472628d12bd (diff) | |
download | hypervideo-pre-4932ba4aecf653166f04211680a48624b48f030f.tar.lz hypervideo-pre-4932ba4aecf653166f04211680a48624b48f030f.tar.xz hypervideo-pre-4932ba4aecf653166f04211680a48624b48f030f.zip |
[yt_live_chat] deactivate for now.
-rw-r--r-- | youtube_dlc/extractor/youtube.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dlc/extractor/youtube.py b/youtube_dlc/extractor/youtube.py index ccfaa733d..5fd22081a 100644 --- a/youtube_dlc/extractor/youtube.py +++ b/youtube_dlc/extractor/youtube.py @@ -1366,14 +1366,14 @@ class YoutubeIE(YoutubeBaseInfoExtractor): 'ext': ext, }) sub_lang_list[lang] = sub_formats - if has_live_chat_replay: + """ if has_live_chat_replay: sub_lang_list['live_chat'] = [ { 'video_id': video_id, 'ext': 'json', 'protocol': 'youtube_live_chat_replay', }, - ] + ] """ if not sub_lang_list: self._downloader.report_warning('video doesn\'t have subtitles') return {} |