Skip to content

Commit

Permalink
[indavideo] Switch to HTTPS for API request (#25191)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsssl authored and pareronia committed Jun 22, 2020
1 parent 2ff26f3 commit ea6fdfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube_dl/extractor/indavideo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit ea6fdfc

Please sign in to comment.