mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[YoutubeDL] Remove the redundant assignment to old_filename
Caused by commmit 592e97e855
This commit is contained in:
parent
b4c0806963
commit
8be2bdfabd
1 changed files with 0 additions and 1 deletions
|
@ -1516,7 +1516,6 @@ def post_process(self, filename, ie_info):
|
||||||
pps_chain.extend(ie_info['__postprocessors'])
|
pps_chain.extend(ie_info['__postprocessors'])
|
||||||
pps_chain.extend(self._pps)
|
pps_chain.extend(self._pps)
|
||||||
for pp in pps_chain:
|
for pp in pps_chain:
|
||||||
old_filename = info['filepath']
|
|
||||||
try:
|
try:
|
||||||
files_to_delete, info = pp.run(info)
|
files_to_delete, info = pp.run(info)
|
||||||
except PostProcessingError as e:
|
except PostProcessingError as e:
|
||||||
|
|
Loading…
Reference in a new issue