Friday, October 17, 2008

Download Youtube Videos Using youtube-dl

I often use this tool to download youtube videos.
To install youtube-dl:
     # apt-get install youtube-dl

The usage is simple:

     youtube-dl -o youtube-video-file-name.flv youtube-video-url

          -o : output

Example:
     $ youtube-dl -o 'red cliff mv with sub.flv' http://www.youtube.com/watch?v=xn8Wj5O1Ghc

No comments: