mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:43:06 +01:00
[indavideo] Switch to HTTPS for API request (#25191)
This commit is contained in:
parent
bf097a5077
commit
9a269547f2
@ -58,7 +58,7 @@ def _real_extract(self, url):
|
||||
video_id = self._match_id(url)
|
||||
|
||||
video = self._download_json(
|
||||
'http://amfphp.indavideo.hu/SYm0json.php/player.playerHandler.getVideoData/%s' % video_id,
|
||||
'https://amfphp.indavideo.hu/SYm0json.php/player.playerHandler.getVideoData/%s' % video_id,
|
||||
video_id)['data']
|
||||
|
||||
title = video['title']
|
||||
|
Loading…
Reference in New Issue
Block a user