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.
ExtractorError: YouTube said: Invalid parameters. #1069
Comments
|
Yes, that's the wrong extractor - the URL refers to a user profile, but we're using the video extractor. In the meantime, try |
|
Thanks, similar problem here: Issue #1070 |
|
The problem is that YoutubeIE recognize urls like http://youtube.com/BaW_jenozKc as videos, which returns a 404 error, so I think they should be interpreted as user and not videos. |
|
Actually it should just match http://youtu.be/BaW_jenozKc, which is a valid url. |
|
Thanks for the report, it's fixed now. http://www.youtube.com/danielofdoriaa is now interpreted as a user url instead of video. |
Related: Issue #751