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.
Fails to download videos from certain URLs #543
Comments
|
This is because of the ampersand in the URL of the video, as well as some other special characters depending on the shell you're using. Your second URL was simpler, that's why it worked with it. To solve that, simply quote your URL:
On Linux, I'd say it's better to use single quotes but given the error message, I assume you're using Windows, which seems to not take into account single quotes. Double quotes should still do the trick, though. |
Command:
Result:
This command is working though:
So I assume it has something to do with the URL params.