Browse Source

[svtplay] Update API URL (closes #13767)

Sergey M․ 8 years ago
parent
commit
2a7a823211
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/svt.py

+ 1 - 1
youtube_dl/extractor/svt.py

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