From: Sergey M․ Date: Sun, 19 Feb 2017 19:25:55 +0000 (+0700) Subject: [svt] PEP 8 X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=commitdiff_plain;h=6d4c259765de86bdb8a10e71bfbc7b6e196f6967;p=youtube-dl.git [svt] PEP 8 --- 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']: