[viafree] PEP 8
authorSergey M․ <dstftw@gmail.com>
Thu, 8 Sep 2016 15:40:02 +0000 (22:40 +0700)
committerSergey M․ <dstftw@gmail.com>
Thu, 8 Sep 2016 15:40:02 +0000 (22:40 +0700)
youtube_dl/extractor/tvplay.py

index c2a6e4e39539665beba97d5470da82d003dc58a6..c0fec25949c25363e9911af160704928966dd2cb 100644 (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(