From: Sergey M․ Date: Thu, 23 Feb 2017 21:56:58 +0000 (+0700) Subject: [postprocessor/ffmpeg] Add mising space (closes #12232) X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=0f57447de790fb2434cdd80d819876859ac4fcc0;p=youtube-dl [postprocessor/ffmpeg] Add mising space (closes #12232) --- diff --git a/youtube_dl/postprocessor/ffmpeg.py b/youtube_dl/postprocessor/ffmpeg.py index 1881f4849..96ddb3b36 100644 --- a/youtube_dl/postprocessor/ffmpeg.py +++ b/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)