mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 02:03:23 +01:00
[YoutubeDL] Initialize files_to_delete
(Closes #5797)
This commit is contained in:
parent
1335c3aca8
commit
71646e4653
@ -1527,6 +1527,7 @@ def post_process(self, filename, ie_info):
|
||||
pps_chain.extend(ie_info['__postprocessors'])
|
||||
pps_chain.extend(self._pps)
|
||||
for pp in pps_chain:
|
||||
files_to_delete = []
|
||||
try:
|
||||
files_to_delete, info = pp.run(info)
|
||||
except PostProcessingError as e:
|
||||
|
Loading…
Reference in New Issue
Block a user