浏览代码

[svt] PEP 8

Sergey M․ 8 年之前
父节点
当前提交
6d4c259765
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/extractor/svt.py

+ 1 - 0
youtube_dl/extractor/svt.py

@@ -14,6 +14,7 @@ from ..utils import (
 
 
 class SVTBaseIE(InfoExtractor):
 class SVTBaseIE(InfoExtractor):
     _GEO_COUNTRIES = ['SE']
     _GEO_COUNTRIES = ['SE']
+
     def _extract_video(self, video_info, video_id):
     def _extract_video(self, video_info, video_id):
         formats = []
         formats = []
         for vr in video_info['videoReferences']:
         for vr in video_info['videoReferences']: