瀏覽代碼

[postprocessor/ffmpeg] Add mising space (closes #12232)

Sergey M․ 8 年之前
父節點
當前提交
0f57447de7
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      youtube_dl/postprocessor/ffmpeg.py

+ 1 - 2
youtube_dl/postprocessor/ffmpeg.py

@@ -536,8 +536,7 @@ class FFmpegSubtitlesConvertorPP(FFmpegPostProcessor):
             ext = sub['ext']
             if ext == new_ext:
                 self._downloader.to_screen(
-                    '[ffmpeg] Subtitle file for %s is already in the requested'
-                    'format' % new_ext)
+                    '[ffmpeg] Subtitle file for %s is already in the requested format' % new_ext)
                 continue
             old_file = subtitles_filename(filename, lang, ext)
             sub_filenames.append(old_file)