mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-10 13:30:09 +09:00
Merge 8f4fa9e91b
into c5098961b0
This commit is contained in:
commit
c0bcffb013
@ -20,7 +20,7 @@ class NaverBaseIE(InfoExtractor):
|
||||
|
||||
def _extract_video_info(self, video_id, vid, key):
|
||||
video_data = self._download_json(
|
||||
'http://play.rmcnmv.naver.com/vod/play/v2.0/' + vid,
|
||||
'https://apis.naver.com/rmcnmv/rmcnmv/vod/play/v2.0/' + vid,
|
||||
video_id, query={
|
||||
'key': key,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user