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
[openload] Don't use bare except when removing temp files
master-ytdl-org
Sergey M․
7 years ago
parent
9ef909f2b2
commit
6ff27b8d5a
No known key found for this signature in database
GPG Key ID:
2C393E0F18A9236D
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/openload.py
+ 1
- 1
youtube_dl/extractor/openload.py
View File
@ -140,7 +140,7 @@ class PhantomJSwrapper(object):
for
name
in
self
.
_TMP_FILE_NAMES
:
try
:
os
.
remove
(
self
.
_TMP_FILES
[
name
]
.
name
)
except
:
except
(
IOError
,
OSError
)
:
pass
def
_save_cookies
(
self
,
url
)
:
Write
Preview
Loading…
Cancel
Save