Simply open a terminal, type
sudo apt-get install youtube-dl
then
youtube-dl -U
and you're on your way to hours of offline Youtube delight.
Some helpful hints:
- youtube-dl "http://www.youtube.com/watch?v=foobar". The video will be saved to the file foobar.flv
- To save the video with it's title as the file name, and the associated extension, try youtube-dl -o "%(title)s.%(ext)s" http://the_youtube_address
- Note: this also works with playlists
Any questions? Let me know!
No comments:
Post a Comment