summary refs log tree commit diff
diff options
context:
space:
mode:
authorIdan Kamara <idankk86@gmail.com>2011-02-25 22:30:22 +0200
committerIdan Kamara <idankk86@gmail.com>2011-02-25 22:30:22 +0200
commit1bd9258272dd4884b5c159ae77e20ae75176e8d1 (patch)
tree7209142633239ef3c0ec8ab8f5481d7f60a13dee
parentc0768454547d86d16f10b9f2ec9e3bb13b210f1d (diff)
downloadyoutube-dl-1bd9258272dd4884b5c159ae77e20ae75176e8d1.tar.gz
youtube-dl-1bd9258272dd4884b5c159ae77e20ae75176e8d1.tar.xz
youtube-dl-1bd9258272dd4884b5c159ae77e20ae75176e8d1.zip
Fix stderr print when ffmpeg fails
-rwxr-xr-xyoutube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl
index f8271a7fe..9e9be6778 100755
--- 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: