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.
Unable to download video with hyphen in name #3591
Comments
|
This is not specific to youtube-dl, but all shell programs. Escaping cannot work since the dash is (for once) not interpreted by the shell. Instead, try adding a double dash before the arguments, as in:
|
Hi,
I'm attempting to download the Youtube video at:
https://www.youtube.com/watch?v=-X0uOOHVp6s
However,
youtube-dlappears to choke on the hyphen in the video ID:I've also tried quoting the video ID, and you get the same error:
Escaping with
\also doesn't seem to work: