[postprocessor/ffmpeg] Use ffmpeg as prefix since it's used all over the places ...
authorSergey M․ <dstftw@gmail.com>
Fri, 6 Nov 2015 15:56:31 +0000 (21:56 +0600)
committerSergey M․ <dstftw@gmail.com>
Fri, 6 Nov 2015 15:56:31 +0000 (21:56 +0600)
youtube_dl/postprocessor/ffmpeg.py

index 4f320e124ae8fcd44f44e2753e73d2408d03efd8..5ed723bc6cae2a464e34fad6c48b5ba71e62dab9 100644 (file)
@@ -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(