Apple - zsh: no matches found
You need to escape the ?
and =
using backslashes:
youtube-dl https://www.youtube.com/watch\?v\=mkd6JkfI4yk
Wrapping in quotes also works
youtube-dl "https://www.youtube.com/watch?v=mkd6JkfI4yk"
You need to escape the ?
and =
using backslashes:
youtube-dl https://www.youtube.com/watch\?v\=mkd6JkfI4yk
Wrapping in quotes also works
youtube-dl "https://www.youtube.com/watch?v=mkd6JkfI4yk"