From faa471803d6347ff7995c21c051e8546c198a46a Mon Sep 17 00:00:00 2001 From: mpeter50 <83356418+mpeter50@users.noreply.github.com> Date: Wed, 28 Dec 2022 18:52:25 +0100 Subject: [PATCH] add version indication to the subtitles.live_chat.[].ext field --- yt_dlp/extractor/twitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/twitch.py b/yt_dlp/extractor/twitch.py index 07aeb9807..8a24160a6 100644 --- a/yt_dlp/extractor/twitch.py +++ b/yt_dlp/extractor/twitch.py @@ -612,7 +612,7 @@ def _extract_chat(self, vod_id): 'live_chat': [ # subtitle tag { 'data': json.dumps(chat_history), - 'ext': 'json' + 'ext': 'twitch-gql-20221228.json' } ] }