projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae2384f
)
[dtube] PEP 8 (#17455)
author
Sergey M․
<dstftw@gmail.com>
Sat, 8 Sep 2018 10:24:09 +0000
(17:24 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 8 Sep 2018 10:24:09 +0000
(17:24 +0700)
youtube_dl/extractor/dtube.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/dtube.py
b/youtube_dl/extractor/dtube.py
index 4ca97f8606e8958d60483dc72a6de545cadf165f..5887887e15ef9065515abb1472e06511e55e32c9 100644
(file)
--- a/
youtube_dl/extractor/dtube.py
+++ b/
youtube_dl/extractor/dtube.py
@@
-59,7
+59,7
@@
class DTubeIE(InfoExtractor):
try:
self.to_screen('%s: Checking %s video format URL' % (video_id, format_id))
self._downloader._opener.open(video_url, timeout=5).close()
- except timeout
as e
:
+ except timeout:
self.to_screen(
'%s: %s URL is invalid, skipping' % (video_id, format_id))
continue