mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[YoutubeDL] Initialize files_to_delete
(Closes #5797)
This commit is contained in:
parent
1335c3aca8
commit
71646e4653
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue