https://github.com/rg3/youtube-dl Top Best GitHub – rg3/youtube-dl: Command Line Program to Download YOUTUBE VIMEO HUB Videos 2018 INSTALLATION To install it right away for all UNIX users (Linux, OS X, etc.), type: 12sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl sudo chmod a+rx /usr/local/bin/youtube-dl If you do not have curl, you can alternatively use a recent wget: 12sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl sudo chmod a+rx /usr/local/bin/youtube-dl Windows users can download an .exe file and place it in any location on their PATH except for 1%SYSTEMROOT%\System32 (e.g. do not put in 1C:\Windows\System32 ).…