1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

[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

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(