mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-05-31 01:52:40 +09:00
Merge 8f4fa9e91b08d0387ec2979994df40b91bc72049 into 3eb8d22ddb8982ca4fb56bb7a8d6517538bf14c6
This commit is contained in:
commit
297422794b
@ -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…
x
Reference in New Issue
Block a user