[postprocessor/ffmpeg] PEP 8
authorSergey M․ <dstftw@gmail.com>
Sun, 16 Oct 2016 12:16:47 +0000 (19:16 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 16 Oct 2016 12:16:47 +0000 (19:16 +0700)
youtube_dl/postprocessor/ffmpeg.py

index 652b1cb53608871e50fb48eaff222958d0f45375..1881f4849e23c749d51da2e45d655ed4e6a68314 100644 (file)
@@ -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