Choose language

Portal Home > Knowledgebase > How-to > Hosting > Other software > youtube-dl installation


youtube-dl installation




Log on to your account via SSH. Use the following commands:

if ! grep -w "PATH=\$HOME/bin" ~/.bashrc ; then mkdir -p ~/bin && echo "PATH=\$HOME/bin:\$PATH" >> ~/.bashrc && source ~/.bashrc ; fi

wget --no-check-certificate -O ~/bin/youtube-dl https://yt-dl.org/downloads/latest/youtube-dl

chmod 755 ~/bin/youtube-dl


Youtube-dl has been installed, use the following command to get help:


youtube-dl --help


Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
cfv installation (Views: 4795)
CherryMusic installation (Views: 7237)

Powered by WHMCompleteSolution