-3

Looking for a app for ubuntu 14.04

I need a app to download the songs and video from youtube.com.

Is there any way to get the sign of download on youtube while watching any favourite songs or videoes?

In my friends computer the download option comes on youtube while watching any movie or song on youtube.com, he was using Windows7. But I am using Ubuntu 14.04 LTS.

By clicking on download, he was able to download that songs from youtube directly?

I need a best app or website in Ubuntu to download the songs from youtube.com

Navneet Singh
  • 31
  • 2
  • 6

2 Answers2

0

If you are using Firefox as your browser then there is an extension you can install.

Download YouTube Videos as MP4 what i use however for mp3 they also have, Youtube MP3 Downloader using youtube.

Hope this helps.

RazorUK
  • 1
  • 1
  • It would be useful if you could provide information of where to get it from, installation, and usage instructions. –  Jul 04 '15 at 20:31
0

Using youtube-dl and a youtube-dlg

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install youtube-dl
sudo apt-get install youtube-dlg

to download videos and mp3 via GUI or command line.

The PPA is updated more frequently so that one is the preferred source.

enter image description here

enter image description here

enter image description here

More details here and here.

A.B.
  • 90,397