diff --git a/yt_dlp/extractor/twitch.py b/yt_dlp/extractor/twitch.py index d6f16f953..7eb594a9b 100644 --- a/yt_dlp/extractor/twitch.py +++ b/yt_dlp/extractor/twitch.py @@ -595,7 +595,7 @@ def _extract_chat(self, vod_id): 'live_chat': [ # subtitle tag { 'data': json.dumps(chat_history), - 'ext': 'json' + 'ext': 'twitch-gql-20221228.json' } ] }