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

youtube-dl don't download in manjaro linux #4050

Closed
filipe-marques opened this issue Oct 28, 2014 · 3 comments
Closed

youtube-dl don't download in manjaro linux #4050

filipe-marques opened this issue Oct 28, 2014 · 3 comments

Comments

@filipe-marques
Copy link

@filipe-marques filipe-marques commented Oct 28, 2014

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.

@filipe-marques
Copy link
Author

@filipe-marques filipe-marques commented Oct 28, 2014

oh i'm so sorry, i know what happened, the url of youtube is bad writed, can you please close this ?

@phihag
Copy link
Contributor

@phihag phihag commented Oct 28, 2014

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.

@phihag phihag closed this Oct 28, 2014
@filipe-marques
Copy link
Author

@filipe-marques filipe-marques commented Oct 28, 2014

i'm sorry !!!

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
2 participants
You can’t perform that action at this time.