This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[YoutubeDL] Initialize `files_to_delete` (
Closes
#5797
)
totalwebcasting
Sergey M․
10 years ago
parent
1335c3aca8
commit
71646e4653
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
youtube_dl/YoutubeDL.py
+ 1
- 0
youtube_dl/YoutubeDL.py
View File
@ -1527,6 +1527,7 @@ class YoutubeDL(object):
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
:
Write
Preview
Loading…
Cancel
Save