X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fpostprocessor%2Fffmpeg.py;h=1881f4849e23c749d51da2e45d655ed4e6a68314;hb=c0bd51c090d617811f5e405294dce06f5871d717;hp=652b1cb53608871e50fb48eaff222958d0f45375;hpb=2273e2c53031d46f5b361821e55a05c96466b589;p=youtube-dl 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