Youtube-dl: Unterschied zwischen den Versionen

Aus Copedia
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 19: Zeile 19:


== Weblinks ==
== Weblinks ==
* Wikipedia-Artikel [https://en.wikipedia.org/wiki/Youtube-dl Youtube-dl]
* Website [https://rg3.github.io/youtube-dl/ https://rg3.github.io/youtube-dl/]
* Website [https://rg3.github.io/youtube-dl/ https://rg3.github.io/youtube-dl/]
* [https://github.com/rg3/youtube-dl/blob/master/README.md#readme youtube-dl Dokumentation]
* [https://github.com/rg3/youtube-dl/blob/master/README.md#readme youtube-dl Dokumentation]

Version vom 30. Oktober 2017, 13:11 Uhr

youtube-dl ist ein Kommandozeilenprogramm, um Videos von YouTube herunterzuladen. youtube-dl benötigt Python, für Windows ist eine ausführbare Datei verfügbar, die Python bereits enthält.

Optionen

Optionen werden für youtube-dl über die Kommandozeile eingegeben:

youtube-dl [OPTIONS] URL [URL...]

Oft benötigte Optionen sind:

-F: listet alle verfügbaren Formate
-f FORMAT (z.B. mp4, webm)
-x: extrahiert Audiospur (Format s.u.)
--audio-format FORMAT (z.B. vorbis, mp3, m4a, opus, wav)

Siehe auch

Weblinks