Skip to content

Commit

Permalink
[ie/naver] Change API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kclauhk committed Feb 12, 2025
1 parent 3fcf354 commit 3d4a8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt_dlp/extractor/naver.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def process_subtitles(vod_data, process_url):

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,
})
Expand Down

0 comments on commit 3d4a8b7

Please sign in to comment.