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

This commit is contained in:
mpeter50 2022-12-28 18:52:25 +01:00
parent 7adae46801
commit 0c9f2dfb29
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ class TwitchVodIE(TwitchBaseIE):
'live_chat': [ # subtitle tag
{
'data': json.dumps(chat_history),
'ext': 'json'
'ext': 'twitch-gql-20221228.json'
}
]
}