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.
Exclamation mark in URL gives a bash error #3539
Comments
|
Related to #3523 |
|
That's unrelated to youtube-dl, |
If you have an exclamation mark in the URL, youtube-dl gives a bash error. (Linux)
youtube-dl whateversite.com/#!/video-i-like-to-download - Gives an error
bash: !/video-i-like-to-download: event not found
Even if you put the URL between quotes:
youtube-dl "whateversite.com/#!/video-i-like-to-download"
Is it possible to 'escape' the exclamation mark in the URL? Like '!'