Browse Source

[postprocessor/ffmpeg] PEP 8

totalwebcasting
Sergey M․ 8 years ago
parent
commit
0b94dbb115
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/postprocessor/ffmpeg.py

+ 1
- 1
youtube_dl/postprocessor/ffmpeg.py View 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 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 new_path = prefix + sep + extension
information['filepath'] = new_path information['filepath'] = new_path
information['ext'] = extension information['ext'] = extension


Loading…
Cancel
Save