Skip to content

Instantly share code, notes, and snippets.

@BuZZ-dEE
Created February 23, 2012 00:07
Show Gist options
  • Select an option

  • Save BuZZ-dEE/1888562 to your computer and use it in GitHub Desktop.

Select an option

Save BuZZ-dEE/1888562 to your computer and use it in GitHub Desktop.
Eine Liste mit Befehlen zum Runterladen von Videos bei YouTube
youtube download:
verfügbare Formate # anzeigen : youtube-dl -F 'http://www.youtube.com/watch?v=ID'
Format # runterladen Audiomaterial in bester Qualität extrahieren : youtube-dl -t -f # --extract-audio --audio-format best 'http://www.youtube.com/watch?v=ID'
youtube-dl -t --prefer-free-formats --max-quality webm 'http://www.youtube.com/watch?v=ID'
youtube-dl -t --prefer-free-formats --max-quality webm --extract-audio --audio-format best 'http://www.youtube.com/watch?v=ID'
Alle Videos eines YouTube Channel runterladen und Audio extrahieren : youtube-dl -i -t -w --prefer-free-formats --max-quality webm -k --extract-audio --audio-format best 'http://www.youtube.com/watch?v=ID'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment