add version indication to the subtitles.live_chat.[].ext field

This commit is contained in:
mpeter50
2025-04-12 00:02:02 +02:00
parent 883c3c16b3
commit faa471803d
+1 -1
View File
@@ -612,7 +612,7 @@ class TwitchVodIE(TwitchBaseIE):
'live_chat': [ # subtitle tag
{
'data': json.dumps(chat_history),
'ext': 'json'
'ext': 'twitch-gql-20221228.json'
}
]
}