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

Error report ("Invalid URL") #1425

Closed
ahmogit opened this issue Sep 14, 2013 · 2 comments
Closed

Error report ("Invalid URL") #1425

ahmogit opened this issue Sep 14, 2013 · 2 comments

Comments

@ahmogit
Copy link

@ahmogit ahmogit commented Sep 14, 2013

$ youtube-dl --verbose https://youtube.googleapis.com/v/pTvB7Yju33E
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'https://youtube.googleapis.com/v/pTvB7Yju33E']
[debug] youtube-dl version 2013.09.07
[debug] Python version 3.3.2 - Linux-3.10.10-1-ARCH-i686-with-arch
[debug] Proxy map: {}
WARNING: Falling back on generic information extractor.
[generic] pTvB7Yju33E: Downloading webpage
[generic] pTvB7Yju33E: Extracting information
ERROR: Invalid URL: https://youtube.googleapis.com/v/pTvB7Yju33E; 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 "/usr/lib/python3.3/site-packages/youtube_dl/YoutubeDL.py", line 324, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python3.3/site-packages/youtube_dl/extractor/common.py", line 103, in extract
return self._real_extract(url)
File "/usr/lib/python3.3/site-packages/youtube_dl/extractor/generic.py", line 163, in _real_extract
raise ExtractorError(u'Invalid URL: %s' % url)
youtube_dl.utils.ExtractorError: Invalid URL: https://youtube.googleapis.com/v/pTvB7Yju33E; 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.

@Elite
Copy link

@Elite Elite commented Sep 15, 2013

Use youtube-dl --verbose pTvB7Yju33E (Just the id) tested and works.

@jaimeMF jaimeMF closed this in e69ae5b Sep 15, 2013
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Sep 15, 2013

Fixed, thanks for the report.

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