[viafree] PEP 8

pull/8/head
Sergey M․ 2016-09-08 22:40:02 +07:00
rodzic 010d034fca
commit 2fdc7b0e04
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2C393E0F18A9236D
1 zmienionych plików z 1 dodań i 1 usunięć
youtube_dl/extractor

Wyświetl plik

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