mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 09:17:07 -05:00 
			
		
		
		
	[FFmpegSubtitlesConvertorPP] remove intermediate srt files
This commit is contained in:
		@@ -518,6 +518,8 @@ class FFmpegSubtitlesConvertorPP(FFmpegPostProcessor):
 | 
			
		||||
 | 
			
		||||
                if new_ext == 'srt':
 | 
			
		||||
                    continue
 | 
			
		||||
                else:
 | 
			
		||||
                    sub_filenames.append(srt_file)
 | 
			
		||||
 | 
			
		||||
            self.run_ffmpeg(old_file, new_file, ['-f', new_format])
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user