diff options
author | Sergey M․ <dstftw@gmail.com> | 2017-02-20 02:25:55 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2017-02-20 02:25:55 +0700 |
commit | 6d4c259765de86bdb8a10e71bfbc7b6e196f6967 (patch) | |
tree | a8e26e9f3a4417830cd7e25c0374b06a0bf5b51c | |
parent | c78dd3549155d4cb8f70707c1b4085f9f974db2d (diff) |
[svt] PEP 8
-rw-r--r-- | youtube_dl/extractor/svt.py | 1 |
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']: |