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

View file

@ -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'
}
]
}