1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-04-27 17:23:26 +00:00

[svt] PEP 8

This commit is contained in:
Sergey M․
2017-02-20 02:25:55 +07:00
parent c78dd35491
commit 6d4c259765
+1
View 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']: