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] Remove the redundant assignment to old_filename
Caused by commmit
592e97e855
totalwebcasting
Yen Chi Hsuan
10 years ago
parent
b4c0806963
commit
8be2bdfabd
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
youtube_dl/YoutubeDL.py
+ 0
- 1
youtube_dl/YoutubeDL.py
View File
@ -1516,7 +1516,6 @@ class YoutubeDL(object):
pps_chain
.
extend
(
ie_info
[
'
__postprocessors
'
]
)
pps_chain
.
extend
(
self
.
_pps
)
for
pp
in
pps_chain
:
old_filename
=
info
[
'
filepath
'
]
try
:
files_to_delete
,
info
=
pp
.
run
(
info
)
except
PostProcessingError
as
e
:
Write
Preview
Loading…
Cancel
Save