Browse Source

[viafree] PEP 8

totalwebcasting
Sergey M․ 8 years ago
parent
commit
2fdc7b0e04
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/tvplay.py

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

@ -390,7 +390,7 @@ class ViafreeIE(InfoExtractor):
if thumbnail:
video_id = self._search_regex(
r'https?://[^/]+/imagecache/(?:[^/]+/)+seasons/\d+/(\d{6,})/',
thumbnail, 'video id', default=None)
thumbnail, 'video id', default=None)
if not video_id:
video_id = self._search_regex(


Loading…
Cancel
Save