Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[site-support-request] qr.naver.com #23705

Open
Taemaly opened this issue Jan 11, 2020 · 0 comments
Open

[site-support-request] qr.naver.com #23705

Taemaly opened this issue Jan 11, 2020 · 0 comments

Comments

@Taemaly
Copy link

@Taemaly Taemaly commented Jan 11, 2020

Checklist

  • I'm reporting a site feature request
  • I've verified that I'm running youtube-dl version 2020.01.01
  • I've searched the bugtracker for similar site feature requests including closed ones

Description

Unable to download videos using youtube-dl on naver.com when the link to the video starts with qr.naver.com (which is the web link scanned from QR code).When you click the link to the video it plays the video but youtube-dl does not download and says this url is unsupported. Please provide support to this url if possible, so that videos from such links can be downloaded using youtube-dl.
Error output:
$ youtube-dl --cookies D:/Cookiestext/cookies.txt -ciw -v -4 --limit-rate 1500K --download-archive downloaded.txt --format "(bestvideo[vcodec^=av01][height>=1080][fps>30]/bestvideo[vcodec=vp9.2][height>=1080][fps>30]/bestvideo[vcodec=vp9][height>=1080][fps>30]/bestvideo[vcodec^=av01][height>=1080]/bestvideo[vcodec=vp9.2][height>=1080]/bestvideo[vcodec=vp9][height>=1080]/bestvideo[height>=1080]/bestvideo[vcodec^=av01][height>=720][fps>30]/bestvideo[vcodec=vp9.2][height>=720][fps>30]/bestvideo[vcodec=vp9][height>=720][fps>30]/bestvideo[vcodec^=av01][height>=720]/bestvideo[vcodec=vp9.2][height>=720]/bestvideo[vcodec=vp9][height>=720]/bestvideo[height>=720]/bestvideo)+(bestaudio[acodec=opus]/bestaudio)/best" -o "D:\to go through/YoutubeDL/%(uploader)s/%(title)s.%(ext)s" https://qr.naver.com/popup/previewVideo.nhn?qrcdNo=0vb9E
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--cookies', 'D:/Cookiestext/cookies.txt', '-ciw', '-v', '-4', '--limit-rate', '1500K', '--download-archive', 'downloaded.txt', '--format', '(bestvideo[vcodec^=av01][height>=1080][fps>30]/bestvideo[vcodec=vp9.2][height>=1080][fps>30]/bestvideo[vcodec=vp9][height>=1080][fps>30]/bestvideo[vcodec^=av01][height>=1080]/bestvideo[vcodec=vp9.2][height>=1080]/bestvideo[vcodec=vp9][height>=1080]/bestvideo[height>=1080]/bestvideo[vcodec^=av01][height>=720][fps>30]/bestvideo[vcodec=vp9.2][height>=720][fps>30]/bestvideo[vcodec=vp9][height>=720][fps>30]/bestvideo[vcodec^=av01][height>=720]/bestvideo[vcodec=vp9.2][height>=720]/bestvideo[vcodec=vp9][height>=720]/bestvideo[height>=720]/bestvideo)+(bestaudio[acodec=opus]/bestaudio)/best', '-o', 'D:\to go through/YoutubeDL/%(uploader)s/%(title)s.%(ext)s', 'https://qr.naver.com/popup/previewVideo.nhn?qrcdNo=0vb9E']
[debug] Encodings: locale cp65001, fs utf-8, out utf-8, pref cp65001
[debug] youtube-dl version 2020.01.01
[debug] Python version 3.7.3 (CPython) - Windows-10-10.0.18362-SP0
[debug] exe versions: ffmpeg N-82794-g3ab1311, ffprobe N-82794-g3ab1311
[debug] Proxy map: {}
[generic] previewVideo: Requesting header
WARNING: Falling back on generic information extractor.
[generic] previewVideo: Downloading webpage
[generic] previewVideo: Extracting information
ERROR: Unsupported URL: https://qr.naver.com/popup/previewVideo.nhn?qrcdNo=0vb9E
Traceback (most recent call last):
File "c:\users\x-zone\appdata\local\programs\python\python37\lib\site-packages\youtube_dl\YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
File "c:\users\x-zone\appdata\local\programs\python\python37\lib\site-packages\youtube_dl\extractor\common.py", line 530, in extract
ie_result = self._real_extract(url)
File "c:\users\x-zone\appdata\local\programs\python\python37\lib\site-packages\youtube_dl\extractor\generic.py", line 3347, in _real_extract
raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://qr.naver.com/popup/previewVideo.nhn?qrcdNo=0vb9E

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.