[indavideo] Switch to HTTPS for API request (#25191)
authortlsssl <63866177+tlsssl@users.noreply.github.com>
Tue, 19 May 2020 19:13:06 +0000 (19:13 +0000)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 19:13:06 +0000 (02:13 +0700)
youtube_dl/extractor/indavideo.py

index 2b5b2b5b0b303aa4c1b6bdb4a6e1226dea11e218..4c16243ec1976676391a5e07a3b35e1140a5ec7a 100644 (file)
@@ -58,7 +58,7 @@ class IndavideoEmbedIE(InfoExtractor):
         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']