[yt_live_chat] deactivate for now.

This commit is contained in:
Unknown 2020-10-29 02:57:43 +01:00
parent 0704d2224b
commit 4932ba4aec
1 changed files with 2 additions and 2 deletions

View File

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