projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c78dd35
)
[svt] PEP 8
author
Sergey M․
<dstftw@gmail.com>
Sun, 19 Feb 2017 19:25:55 +0000
(
02:25
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 19 Feb 2017 19:25:55 +0000
(
02:25
+0700)
youtube_dl/extractor/svt.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/svt.py
b/youtube_dl/extractor/svt.py
index 9e2c9fcc69946b1933d3aa57c18a1a3b9a4c3dd4..1b5afb73ee473b23e78c27caba6708ce9ceb348f 100644
(file)
--- 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']: