Es stellt sich heraus, dass es youtube-dl
eine Update-Funktion gibt:
youtube-dl -U
Die neueste Version von youtube-dl
ist unter:
https://yt-dl.org/downloads/latest/
welche Weiterleitungen (ab heute):
https://yt-dl.org/downloads/2015.07.04/
Ich möchte einen Cron-Job einrichten, um die neueste Version automatisch in meine Synology-Box herunterzuladen.
curl https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
aber das obige kehrt zurück:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> </head><body> <h1>Found</h1> <p>The document has moved <a href="https://yt-dl.org/downloads/2015.07.04/youtube-dl">here</a>.</p> <hr> <address>Apache/2.2.15 (CentOS) Server at yt-dl.org Port 443</address> </body></html>
Wie kann ich also die neueste Version youtube-dl
programmgesteuert vom neuesten Pfad herunterladen ?
Es stellt sich heraus, dass es youtube-dl
eine Update-Funktion gibt:
youtube-dl -U