[viafree] PEP 8

This commit is contained in:
Sergey M․ 2016-09-08 22:40:02 +07:00
parent 010d034fca
commit 2fdc7b0e04
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions

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(