mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 08:19:57 +01:00
[postprocessor/ffmpeg] PEP 8
This commit is contained in:
parent
8d76bdf12b
commit
0b94dbb115
@ -278,7 +278,7 @@ def run(self, information):
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user