Browse Source

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

master
tlsssl 4 years ago
committed by GitHub
parent
commit
9a269547f2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/indavideo.py

+ 1
- 1
youtube_dl/extractor/indavideo.py 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']


Loading…
Cancel
Save