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:
parent
883c3c16b3
commit
faa471803d
@ -612,7 +612,7 @@ def _extract_chat(self, vod_id):
|
||||
'live_chat': [ # subtitle tag
|
||||
{
|
||||
'data': json.dumps(chat_history),
|
||||
'ext': 'json'
|
||||
'ext': 'twitch-gql-20221228.json'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user