mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07: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