mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 19:52:40 +01:00
[postprocessor/ffmpeg] Add mising space (closes #12232)
This commit is contained in:
parent
19f3821821
commit
0f57447de7
@ -536,8 +536,7 @@ def run(self, info):
|
|||||||
ext = sub['ext']
|
ext = sub['ext']
|
||||||
if ext == new_ext:
|
if ext == new_ext:
|
||||||
self._downloader.to_screen(
|
self._downloader.to_screen(
|
||||||
'[ffmpeg] Subtitle file for %s is already in the requested'
|
'[ffmpeg] Subtitle file for %s is already in the requested format' % new_ext)
|
||||||
'format' % new_ext)
|
|
||||||
continue
|
continue
|
||||||
old_file = subtitles_filename(filename, lang, ext)
|
old_file = subtitles_filename(filename, lang, ext)
|
||||||
sub_filenames.append(old_file)
|
sub_filenames.append(old_file)
|
||||||
|
Loading…
Reference in New Issue
Block a user