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.
ERROR: YouTube said: Invalid parameters. #751
Comments
|
It works for me. Could you post the entire command and the output when you append the |
|
Thanks for your response. Here's the code I used: youtube-dl -vt "http://www.youtube.com/watch?v=1XSa-u2ZgRc" --format 18 I just want to save this video to .MP4 file. |
|
Well, I just copied it ant it works for me. Could you post the entire output you get, something like:
It may be your system, also check that the version is the latest, if not, run |
|
The problem is is still there also with the most recent version of youtube-dl. Verified on several computers in different operating systems. On Centos: youtube-dl -vt -F actVLwGDZQYk On Cygwin (Windows 7): youtube-dl -vt -F actVLwGDZQYk On Windows 7: F:>youtube-dl -vt -F actVLwGDZQYk |
|
Thanks for the report, I can reproduce it now. |
|
@Mariusz-W the actual video id is I'm closing this, if the error continues to show, I'll reopen it. |
|
Thanks! A pity that youtube-dl throws error so cryptic messages. I have a suggestion: since the "wrong" YouTube locator " MW On Wed, Jun 12, 2013 at 4:17 AM, Jaime Marquínez Ferrándiz <
|
|
It's not a bad idea, the problem is that we extract the video id from the URL we receive and the following steps use the wrong id then. It can be easily solved if we only take the first 11 characters of the id, but I'm not sure if all the ids have this length. |
Thanks for coding such a great video download program. I tried to download this video but it's not working with latest version of youtube-dl.
http://www.youtube.com/watch?v=1XSa-u2ZgRc
Could you please fix this error?
Best Regards,
Hai