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-dl don't download in manjaro linux #4050
Comments
|
oh i'm so sorry, i know what happened, the url of youtube is bad writed, can you please close this ? |
|
As you have noted yourself, the URL https://youtube.com/watch?=d72R2PB_USM is not a YouTube video URL. Therefore, our generic extractor tried to intervene, but only got an error as well. Closing. |
|
i'm sorry !!! |
Here is the result of the error:
[filipe@filipe-satelite youtube-dl]$ ./youtube-dl -t https://youtube.com/watch?=d72R2PB_USM --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-t', 'https://youtube.com/watch?=d72R2PB_USM', '--verbose']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.10.27
[debug] Python version 3.4.1 - Linux-3.12.29-1-MANJARO-x86_64-with-glibc2.3.4
[debug] exe versions: ffmpeg 2.4.2, ffprobe 2.4.2
[debug] Proxy map: {}
[generic] watch?=d72R2PB_USM: Requesting header
[redirect] Following redirect to https://www.youtube.com/
[generic] www.youtube: Requesting header
WARNING: Falling back on generic information extractor.
[generic] www.youtube: Downloading webpage
[generic] www.youtube: Extracting information
ERROR: Unsupported URL: https://www.youtube.com/; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last):
File "./youtube-dl/youtube_dl/YoutubeDL.py", line 529, in extract_info
ie_result = ie.extract(url)
File "./youtube-dl/youtube_dl/extractor/common.py", line 197, in extract
return self._real_extract(url)
File "./youtube-dl/youtube_dl/extractor/generic.py", line 950, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)
youtube_dl.utils.ExtractorError: Unsupported URL: https://www.youtube.com/; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.