2
0
Эх сурвалжийг харах

[svtplay] Use geo verification proxy for API request

Sergey M․ 8 жил өмнө
parent
commit
c04017519d

+ 2 - 1
youtube_dl/extractor/svt.py

@@ -181,7 +181,8 @@ class SVTPlayIE(SVTBaseIE):
 
         if video_id:
             data = self._download_json(
-                'https://api.svt.se/videoplayer-api/video/%s' % video_id, video_id)
+                'https://api.svt.se/videoplayer-api/video/%s' % video_id,
+                video_id, headers=self.geo_verification_headers())
             info_dict = self._extract_video(data, video_id)
             if not info_dict.get('title'):
                 info_dict['title'] = re.sub(