Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
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