Sergey M․
8 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
2 deletions
-
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) |
|
|
|