mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-03 19:02:48 +00:00
add more subtitles mime types to mimetype2ext and fix the platform subtitle extraction
This commit is contained in:
@@ -1846,7 +1846,11 @@ def mimetype2ext(mt):
|
||||
|
||||
return {
|
||||
'3gpp': '3gp',
|
||||
'smptett+xml': 'tt',
|
||||
'srt': 'srt',
|
||||
'ttaf+xml': 'dfxp',
|
||||
'ttml+xml': 'ttml',
|
||||
'vtt': 'vtt',
|
||||
'x-flv': 'flv',
|
||||
'x-mp4-fragmented': 'mp4',
|
||||
'x-ms-wmv': 'wmv',
|
||||
|
Reference in New Issue
Block a user