about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-02-20 02:25:55 +0700
committerSergey M․ <dstftw@gmail.com>2017-02-20 02:25:55 +0700
commit6d4c259765de86bdb8a10e71bfbc7b6e196f6967 (patch)
treea8e26e9f3a4417830cd7e25c0374b06a0bf5b51c
parentc78dd3549155d4cb8f70707c1b4085f9f974db2d (diff)
downloadyoutube-dl-6d4c259765de86bdb8a10e71bfbc7b6e196f6967.tar.gz
youtube-dl-6d4c259765de86bdb8a10e71bfbc7b6e196f6967.tar.xz
youtube-dl-6d4c259765de86bdb8a10e71bfbc7b6e196f6967.zip
[svt] PEP 8
-rw-r--r--youtube_dl/extractor/svt.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/svt.py b/youtube_dl/extractor/svt.py
index 9e2c9fcc6..1b5afb73e 100644
--- a/youtube_dl/extractor/svt.py
+++ b/youtube_dl/extractor/svt.py
@@ -14,6 +14,7 @@ from ..utils import (
 
 class SVTBaseIE(InfoExtractor):
     _GEO_COUNTRIES = ['SE']
+
     def _extract_video(self, video_info, video_id):
         formats = []
         for vr in video_info['videoReferences']: