youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 0b94dbb11582e0a8be95f738ec2d253049a438d6
parent 8d76bdf12b19c2f992ed568c643e19e26ede7784
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun, 16 Oct 2016 19:16:47 +0700

[postprocessor/ffmpeg] PEP 8

Diffstat:
Myoutube_dl/postprocessor/ffmpeg.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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