projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c076845
)
Fix stderr print when ffmpeg fails
author
Idan Kamara
<idankk86@gmail.com>
Fri, 25 Feb 2011 20:30:22 +0000
(22:30 +0200)
committer
Idan Kamara
<idankk86@gmail.com>
Fri, 25 Feb 2011 20:30:22 +0000
(22:30 +0200)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index f8271a7fe688c1c38020c3ecbf2a62fa4a6bc69f..9e9be67784bedcb67f77881957761922e9616e3a 100755
(executable)
--- a/
youtube-dl
+++ b/
youtube-dl
@@
-2676,7
+2676,7
@@
class FFmpegExtractAudioPP(PostProcessor):
status = self.run_ffmpeg(path, new_path, acodec, more_opts)
if not status:
- self._downloader.to_stderr(u'WARNING: error running ffmpeg'
% ret
)
+ self._downloader.to_stderr(u'WARNING: error running ffmpeg')
return None
try: