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.
Youtube unsupported url #24301
Youtube unsupported url #24301
Comments
|
most likely you didn't copy the full URL, getting this message in the browser.
|
Checklist
Verbose log
-bash-4.2# youtube-dl https://youtu.be/1D4G5hAWFA -v [debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['https://youtu.be/1D4G5hAWFA', '-v']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.03.08
[debug] Python version 3.6.8 (CPython) - Linux-4.9.103-xxxx-std-ipv6-64-x86_64-with-centos-7.5.1804-Core
[debug] exe versions: ffmpeg 2.8.15, ffprobe 2.8.15
[debug] Proxy map: {}
[generic] 1D4G5hAWFA: Requesting header
[redirect] Following redirect to https://www.youtube.com/watch?v=1D4G5hAWFA&feature=youtu.be
[generic] watch?v=1D4G5hAWFA&feature=youtu: Requesting header
WARNING: Falling back on generic information extractor.
[generic] watch?v=1D4G5hAWFA&feature=youtu: Downloading webpage
[generic] watch?v=1D4G5hAWFA&feature=youtu: Extracting information
ERROR: Unsupported URL: https://www.youtube.com/watch?v=1D4G5hAWFA&feature=youtu.be
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 797, in extract_info
ie_result = ie.extract(url)
File "/usr/local/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
File "/usr/local/lib/python3.6/site-packages/youtube_dl/extractor/generic.py", line 3351, in _real_extract
raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.youtube.com/watch?v=1D4G5hAWFA&feature=youtu.be
-bash-4.2#
Description
Hello
Valid youtube url but youtube-dl said unsupported url.
Youtube-dl Version 08.03.2020