Youtube-dl
Category: Code
GithubInstallationTo install it right away for all UNIX users (Linux, macOS, etc.), type:sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dlIf you do not have curl, you can alternatively use a recent wget:sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr ...