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

pull/1551/head
mpeter50 3 years ago
parent 883c3c16b3
commit faa471803d

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

Loading…
Cancel
Save