1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-06-23 03:46:19 +00:00

Merge 8f4fa9e91b08d0387ec2979994df40b91bc72049 into c052a16f72af7dd7671d4dd62826de71cd99dfb6

This commit is contained in:
ganzabb 2025-04-14 09:08:36 +00:00 committed by GitHub
commit a4c1c0c468
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ class NaverBaseIE(InfoExtractor):
def _extract_video_info(self, video_id, vid, key): def _extract_video_info(self, video_id, vid, key):
video_data = self._download_json( 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={ video_id, query={
'key': key, 'key': key,
}) })