1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-06-28 01:18:30 +00:00

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 883c3c16b3
commit faa471803d

View File

@ -612,7 +612,7 @@ def _extract_chat(self, vod_id):
'live_chat': [ # subtitle tag 'live_chat': [ # subtitle tag
{ {
'data': json.dumps(chat_history), 'data': json.dumps(chat_history),
'ext': 'json' 'ext': 'twitch-gql-20221228.json'
} }
] ]
} }