Mac os youtube-dl zsh: no matches found: solution
Solution for mac os youtube-dl zsh: no matches found:
Just add single quotes to the target URL parameter. For example, the following demo is the correct one.
youtube-dl 'https://www.domain.com/watch?v=XNHGpzA_dNI'
Fixed~