[viafree] PEP 8

master
Sergey M․ 8 years ago
parent 010d034fca
commit 2fdc7b0e04
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

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