From Catalina OS X:
youtube-dl --version
2020.09.06
youtube-dl https://www.youtube.com/watch?v=qohQD51F5bM
zsh: no matches found: https://www.youtube.com/watch?v=qohQD51F5bM
I have successfully used YouTube-dl on said OS X machine.
The URL is good
Questions
What exactly is the problem?
How to overcome said problem? Thank you.
Update
Enclosing the URL in single quotes overcame the problem. What exactly is it about the URL that requires the quote?
Always use either single 'text'
or (preferably) double "text"
quotes when passing links, email and passwords. Different OS handle input differently.
I believe in your case (very rarely use MacOS) the ?
is triggering something.
You could simply try to remove the ?
from the url and see if it takes the input - obviously youtube-dl will fail because of invalid url.
But that way you can check if the problem is related to the ?
.
Put a backslash \
in front of the ?
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With