youtube-dl
youtube-dl
Installation
Ubuntu 10.04 Lucid Lynx
$ sudo apt-get install youtube-dl
Falls diese Version nicht funktioniert ("ERROR: format not available for video"), so sollte am besten die aktuelle Version unter http://rg3.github.com/youtube-dl/download.html heruntergeladen werden.
$ sudo apt-get remove youtube-dl $ wget https://github.com/rg3/youtube-dl/raw/2011.10.19/youtube-dl -O /usr/local/bin/youtube-dl $ sudo chmod 744 /usr/local/bin/youtube-dl
sudo youtube-dl -U
sudo youtube-dl -U
Verwendung
$ youtube-dl -o "%(stitle)s.%(ext)s" "http://www.youtube.com/watch?v=GaCUmtOJ4jI"
Weblinks
Herausgeber | Sprache | Webseitentitel | Anmerkungen |
---|---|---|---|
Github | eng | Youtube-dlwbm | Ofizielle Homepage |
Ubuntu Manuals | eng | youtube-dlwbm | Manpage |