diff options
| -rw-r--r-- | youtube_dl/postprocessor/ffmpeg.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/postprocessor/ffmpeg.py b/youtube_dl/postprocessor/ffmpeg.py index 652b1cb53..1881f4849 100644 --- a/youtube_dl/postprocessor/ffmpeg.py +++ b/youtube_dl/postprocessor/ffmpeg.py @@ -278,7 +278,7 @@ class FFmpegExtractAudioPP(FFmpegPostProcessor):          prefix, sep, ext = path.rpartition('.')  # not os.path.splitext, since the latter does not work on unicode in all setups          new_path = prefix + sep + extension -         +          information['filepath'] = new_path          information['ext'] = extension | 
