mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-10 01:20:44 +00:00
Fix stderr print when ffmpeg fails
This commit is contained in:
parent
c076845454
commit
1bd9258272
|
@ -2676,7 +2676,7 @@ class FFmpegExtractAudioPP(PostProcessor):
|
||||||
status = self.run_ffmpeg(path, new_path, acodec, more_opts)
|
status = self.run_ffmpeg(path, new_path, acodec, more_opts)
|
||||||
|
|
||||||
if not status:
|
if not status:
|
||||||
self._downloader.to_stderr(u'WARNING: error running ffmpeg' % ret)
|
self._downloader.to_stderr(u'WARNING: error running ffmpeg')
|
||||||
return None
|
return None
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user