projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92366d1
)
[postprocessor/ffmpeg] Use ffmpeg as prefix since it's used all over the places ...
author
Sergey M․
<dstftw@gmail.com>
Fri, 6 Nov 2015 15:56:31 +0000
(21:56 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 6 Nov 2015 15:56:31 +0000
(21:56 +0600)
youtube_dl/postprocessor/ffmpeg.py
patch
|
blob
|
history
diff --git
a/youtube_dl/postprocessor/ffmpeg.py
b/youtube_dl/postprocessor/ffmpeg.py
index 4f320e124ae8fcd44f44e2753e73d2408d03efd8..5ed723bc6cae2a464e34fad6c48b5ba71e62dab9 100644
(file)
--- a/
youtube_dl/postprocessor/ffmpeg.py
+++ b/
youtube_dl/postprocessor/ffmpeg.py
@@
-272,7
+272,7
@@
class FFmpegExtractAudioPP(FFmpegPostProcessor):
return [], information
try:
- self._downloader.to_screen('[
' + self.basename + '
] Destination: ' + new_path)
+ self._downloader.to_screen('[
ffmpeg
] Destination: ' + new_path)
self.run_ffmpeg(path, new_path, acodec, more_opts)
except AudioConversionError as e:
raise PostProcessingError(