[svtplay] Update API URL (closes #13767)

master
Sergey M․ 7 years ago
parent 95908ce453
commit 2a7a823211
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D

@ -181,7 +181,7 @@ class SVTPlayIE(SVTBaseIE):
if video_id:
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)
if not info_dict.get('title'):
info_dict['title'] = re.sub(

Loading…
Cancel
Save