Browse Source

[dtube] PEP 8 (#17455)

master-ytdl-org
Sergey M․ 6 years ago
parent
commit
6f9f3340bb
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/dtube.py

+ 1
- 1
youtube_dl/extractor/dtube.py View File

@ -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


Loading…
Cancel
Save