Diese Antwort funktioniert bei älteren Versionen von youtube-dl nicht. Sie müssen youtube-dl auf die neueste Version aktualisieren. Sie können entweder die neueste Version von youtube-dl lokal in einer virtuellen Python-Umgebung ( virtualenv ) installieren oder die neueste Version von youtube-dl herunterladen und mit pip
( sudo apt remove youtube-dl && sudo apt install python-pip && pip install --user youtube-dl
) installieren . youtube-dl ist auch ein Schnellpaket. So installieren Sie es:
sudo snap install youtube-dl
Öffnen Sie das Terminal und geben Sie Folgendes ein:
youtube-dl -f best -ciw -o "%(title)s.%(ext)s" -v <url-of-channel>
... wobei <url-of-channel>
durch die URL des Kanals ersetzt wird.
Hinweis: Wenn Sie viele Videos herunterladen, sollten Sie die Verzeichnisse in das Verzeichnis ändern, in dem Sie die Videos speichern möchten, bevor Sie mit dem Herunterladen beginnen.
Erläuterung
-f, --format FORMAT
video format code. The special name "best" will pick the best quality.
-c, --continue
force resume of partially downloaded files
-i, --ignore-errors
continue on download errors, for example to skip unavailable videos in a channel
-w, --no-overwrites
do not overwrite files
-o, --output
Output filename template, this example functions similarly to the old --title option
-v, --verbose
print various debugging information
WARNING: --title is deprecated. Use -o "%(title)s-%(id)s.%(ext)s"
( aber Ihr Befehl hat trotz der Warnung erfolgreich funktioniert)youtube
zu Webanwendungen gestellt werden.--download-archive downloaded.txt
, um den Download