Ubuntu – What tools can I use to download videos from Youtube and Vimeo on Ubuntu 12.04

software-recommendationyoutube

I am using 12.04 LTS. Can anyone suggest a simple software that can download videos from Youtube and Vimeo?

Best Answer

youtube-dl

youtube-dl is a small command-line program to download videos from YouTube, Vimeo and a few more sites. It is included in the Ubuntu repositories, so you may install it by typing:

sudo apt-get install youtube-dl

vimeo-dl

vimeo-dl is a stand-alone command-line program to download videos from Vimeo. It is not included in the Ubuntu repositories, therefore you must download and save the script somewhere and make it executable by typing:

chmod 775 <script>