mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[FFmpegSubtitlesConvertorPP] correctly update the extension (fixes #8444)
This commit is contained in:
		| @@ -523,7 +523,7 @@ class FFmpegSubtitlesConvertorPP(FFmpegPostProcessor): | |||||||
|  |  | ||||||
|             with io.open(new_file, 'rt', encoding='utf-8') as f: |             with io.open(new_file, 'rt', encoding='utf-8') as f: | ||||||
|                 subs[lang] = { |                 subs[lang] = { | ||||||
|                     'ext': ext, |                     'ext': new_ext, | ||||||
|                     'data': f.read(), |                     'data': f.read(), | ||||||
|                 } |                 } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user