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~
Wednesday, Apr 28, 2021 | 1 minute read | Updated at Wednesday, Apr 28, 2021
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~