youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 9a269547f2268822724018330c8a939d3bdc2db4
parent bf097a5077036d25e5c2ae2ea2d3b8c55bfdc83c
Author: tlsssl <63866177+tlsssl@users.noreply.github.com>
Date:   Tue, 19 May 2020 19:13:06 +0000

[indavideo] Switch to HTTPS for API request (#25191)


Diffstat:
Myoutube_dl/extractor/indavideo.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/indavideo.py b/youtube_dl/extractor/indavideo.py @@ -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']