[svt] PEP 8
[youtube-dl] / 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']: