youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 6d4c259765de86bdb8a10e71bfbc7b6e196f6967
parent c78dd3549155d4cb8f70707c1b4085f9f974db2d
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon, 20 Feb 2017 02:25:55 +0700

[svt] PEP 8

Diffstat:
Myoutube_dl/extractor/svt.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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']: