فهرست منبع

[FFmpegSubtitlesConvertorPP] remove intermediate srt files

Jaime Marquínez Ferrándiz 9 سال پیش
والد
کامیت
7b8b007cd9
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      youtube_dl/postprocessor/ffmpeg.py

+ 2 - 0
youtube_dl/postprocessor/ffmpeg.py

@@ -518,6 +518,8 @@ class FFmpegSubtitlesConvertorPP(FFmpegPostProcessor):
 
 
                 if new_ext == 'srt':
                 if new_ext == 'srt':
                     continue
                     continue
+                else:
+                    sub_filenames.append(srt_file)
 
 
             self.run_ffmpeg(old_file, new_file, ['-f', new_format])
             self.run_ffmpeg(old_file, new_file, ['-f', new_format])