https://rg3.github.io/youtube-dl/download.html
Der Anleitung folgen.
Ganz einfach.
Code
apt-get install curl
curl https://yt-dl.org/downloads/2015.11.27.1/youtube-dl -o /usr/local/bin/youtube-dl
chmod a+rx /usr/local/bin/youtube-dl
Kleiner Check:
Code
wget https://yt-dl.org/downloads/2015.11.27.1/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
Gruß!
Ist auch irgendwie die einzige Anleitung, die bei mir funktioniert..