1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-14 11:32:16 +08:00

[indavideo] enable TLS/SSL for metadata

This commit is contained in:
tlsssl 2020-05-08 13:17:18 +00:00
parent b002bc433a
commit 418c5b6f92
No known key found for this signature in database
GPG Key ID: 9C01E9B68B91DE4D

View 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']