From f6bad349054d1adb52b5a6234c105a716d2d1e48 Mon Sep 17 00:00:00 2001 From: mpeter50 <83356418+mpeter50@users.noreply.github.com> Date: Fri, 26 Nov 2021 20:35:34 +0100 Subject: [PATCH] fix import list formatting --- yt_dlp/extractor/twitch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yt_dlp/extractor/twitch.py b/yt_dlp/extractor/twitch.py index 9357e17194..ada6a588a3 100644 --- a/yt_dlp/extractor/twitch.py +++ b/yt_dlp/extractor/twitch.py @@ -316,6 +316,7 @@ class TwitchVodIE(TwitchBaseIE): 'view_count': int, }, 'params': { + 'subtitleslangs': ['live_chat'], 'skip_download': True, }, }, {