mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[FFmpegSubtitlesConvertorPP] remove unused variable
This commit is contained in:
		| @@ -510,7 +510,6 @@ class FFmpegSubtitlesConvertorPP(FFmpegPostProcessor): | |||||||
|                     f.write(srt_data) |                     f.write(srt_data) | ||||||
|                 old_file = srt_file |                 old_file = srt_file | ||||||
|  |  | ||||||
|                 ext = 'srt' |  | ||||||
|                 subs[lang] = { |                 subs[lang] = { | ||||||
|                     'ext': 'srt', |                     'ext': 'srt', | ||||||
|                     'data': srt_data |                     'data': srt_data | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user