mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 14:45:42 +07:00
[FFmpegSubtitlesConvertorPP] remove intermediate srt files
This commit is contained in:
@@ -518,6 +518,8 @@ def run(self, info):
|
||||
|
||||
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