|
|
|
|
|
by nathyong
3727 days ago
|
|
It's possible your shell has some kind of regular expression magic enabled that is eating the '?' and the '=' characters: $ echo youtube-dl https://www.youtube.com/watch\?v\=wbKJt1NQtZE
youtube-dl https://www.youtube.com/watch?v=wbKJt1NQtZE
$ echo youtube-dl https://www.youtube.com/watch?v=wbKJt1NQtZE
zsh: no matches found: https://www.youtube.com/watch?v=wbKJt1NQtZE
|
|