mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-22 14:24:03 -07:00
Merge a696406524
into c5098961b0
This commit is contained in:
commit
d240a19969
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ class FFmpegExtractAudioPP(FFmpegPostProcessor):
|
||||||
if (new_path == path
|
if (new_path == path
|
||||||
or (self._nopostoverwrites and os.path.exists(encodeFilename(new_path)))):
|
or (self._nopostoverwrites and os.path.exists(encodeFilename(new_path)))):
|
||||||
self._downloader.to_screen('[ffmpeg] Post-process file %s exists, skipping' % new_path)
|
self._downloader.to_screen('[ffmpeg] Post-process file %s exists, skipping' % new_path)
|
||||||
return [], information
|
return [] if new_path == path else [path], information
|
||||||
|
|
||||||
try:
|
try:
|
||||||
self._downloader.to_screen('[ffmpeg] Destination: ' + new_path)
|
self._downloader.to_screen('[ffmpeg] Destination: ' + new_path)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue