Troubleshooting youtube-dl on Homebrew Mac
Ensure you have the latest version of youtube-dl
Run the following command in your terminal:
brew upgrade youtube-dlCheck the path of the youtube-dl executable
Run the following command:
which youtube-dlManually set the path
echo 'export PATH="/usr/local/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profileTest youtube-dl again
youtube-dl "url"