about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-09-08 22:40:02 +0700
committerSergey M․ <dstftw@gmail.com>2016-09-08 22:40:02 +0700
commit2fdc7b0e0438e7f72380cfff11b619fe36234ebd (patch)
tree6d3df18838838e67ed27f753fc1906cf2609342e
parent010d034fca60d94435d719e554663fba1894f8b3 (diff)
downloadyoutube-dl-2fdc7b0e0438e7f72380cfff11b619fe36234ebd.tar.gz
youtube-dl-2fdc7b0e0438e7f72380cfff11b619fe36234ebd.tar.xz
youtube-dl-2fdc7b0e0438e7f72380cfff11b619fe36234ebd.zip
[viafree] PEP 8
-rw-r--r--youtube_dl/extractor/tvplay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/tvplay.py b/youtube_dl/extractor/tvplay.py
index c2a6e4e39..c0fec2594 100644
--- a/youtube_dl/extractor/tvplay.py
+++ b/youtube_dl/extractor/tvplay.py
@@ -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(