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

Certain YouTube IDs require full URL to be downloaded #572

Closed
ShinNoNoir opened this issue Dec 4, 2012 · 1 comment
Closed

Certain YouTube IDs require full URL to be downloaded #572

ShinNoNoir opened this issue Dec 4, 2012 · 1 comment

Comments

@ShinNoNoir
Copy link

@ShinNoNoir ShinNoNoir commented Dec 4, 2012

The following invocation works for most YouTube videos:

python youtube-dl.py <video_id>

This somehow fails for certain IDs such as:

$ python youtube-dl.py PLtS2H6bU1M
[youtube] PL tS2H6bU1M: Downloading page #1

From some testing, it seems to affect video IDs starting with "PL". To download these videos, I need to call the script as follows:

python youtube-dl.py http://youtu.be/<PL-video_id_here>
@phihag phihag closed this in e387eb5 Dec 4, 2012
@phihag
Copy link
Contributor

@phihag phihag commented Dec 4, 2012

The youtube playlist extractor matched those IDs as well by accident. Fixed in git, and will be in the next release. Thank you for reporting!

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.