[svt] PEP 8
authorSergey M․ <dstftw@gmail.com>
Sun, 19 Feb 2017 19:25:55 +0000 (02:25 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 19 Feb 2017 19:25:55 +0000 (02:25 +0700)
youtube_dl/extractor/svt.py

index 9e2c9fcc69946b1933d3aa57c18a1a3b9a4c3dd4..1b5afb73ee473b23e78c27caba6708ce9ceb348f 100644 (file)
@@ -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']: