Created
February 23, 2012 00:07
-
-
Save BuZZ-dEE/1888562 to your computer and use it in GitHub Desktop.
Eine Liste mit Befehlen zum Runterladen von Videos bei YouTube
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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