1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-09 23:08:32 +00:00

fix import list formatting

This commit is contained in:
mpeter50 2021-11-26 20:35:34 +01:00
parent e07c63f2aa
commit f6bad34905

View File

@ -316,6 +316,7 @@ class TwitchVodIE(TwitchBaseIE):
'view_count': int, 'view_count': int,
}, },
'params': { 'params': {
'subtitleslangs': ['live_chat'],
'skip_download': True, 'skip_download': True,
}, },
}, { }, {