Bah, y a sûrement moyen de s'arrangerRastignac a écrit :Houlà, youtube-dl a été viré par GitHub !
L'outil risque de disparaître à jamais (ou de devenir très clandestin).
Cordialement
Pulsar33
Ubuntu Linux 64 bits / France / Firefox 81.0
Bah, y a sûrement moyen de s'arrangerRastignac a écrit :Houlà, youtube-dl a été viré par GitHub !
L'outil risque de disparaître à jamais (ou de devenir très clandestin).
Code : Tout sélectionner
Repository unavailable due to DMCA takedown.
This repository is currently disabled due to a DMCA takedown notice. We have disabled public access to the repository. The notice has been publicly posted.
If you are the repository owner, and you believe that your repository was disabled as a result of mistake or misidentification, you have the right to file a counter notice and have the repository reinstated. Our help articles provide more details on our DMCA takedown policy and how to file a counter notice. If you have any questions about the process or the risks in filing a counter notice, we suggest that you consult with a lawyer.
Premier problème: le "-U" ne marche plus (l'outil est incapable de se mettre à jour, puisqu'il n'arrive plus à appeler sa maison). Des tas d'outils et de gens resteront coincés avec une vieille version pour toujours. (À moins d'y aller "à la main").Rastignac a écrit :Houlà, youtube-dl a été viré par GitHub !
L'outil risque de disparaître à jamais (ou de devenir très clandestin).
Code : Tout sélectionner
MàJ de youtube-dl dans /usr/local/bin :
sudo wget https://yt-dl.org/latest/youtube-dl
sudo mv youtube-dl youtube-dl.old
sudo mv youtube-dl.1 youtube-dl
sudo chmod 777 youtube-dl
Code : Tout sélectionner
pulsar33@Minerve:~/Temp$ ./youtube-dl --version
2020.09.20
Ah, j'aurais dit plutôt chmod 755 (c'est moins dangereux).Pulsar33 a écrit :chmod 777