Quotidien Shaarli

Tous les liens d'un jour sur une page.

June 14, 2017

commentaires de creative-handle sur downloading youtube-dl on Debian

Méthode pour télécharger la mise à jour la plus récente de youtube-dl sur Debian Jessie (et donc Raspbian Jessie pour Raspberry Pi).

$ nano get-youtube-dl.sh

$ wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
$ chmod a+rx /usr/local/bin/youtube-dl

$ chmod +x /path/to/file/get-youtube-dl.sh

$ sudo /path/to/file/get-youtube-dl.sh