install youtube downloader in ubuntu?

Asked by k.rajasimha reddy

how to install you tube downloader in linux or there is any command or software package to install youtube downloader in linux?.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu youtube-dl Edit question
Assignee:
No assignee Edit question
Solved by:
k.rajasimha reddy
Solved:
Last query:
Last reply:
Revision history for this message
enubuntu (mr.tennents) said :
#1

Do this:
1. Open a terminal by hitting CTRL + ALT + T
2. Insert and run this command for install youtube-dl:
sudo apt-get install youtube-dl

3. Download a video with this command:
youtube-dl http://www.youtube.com/watch?v=CZYqT5PnPCs

In the example i will download the video at this link:
http://www.youtube.com/watch?v=CZYqT5PnPCs

replace the link with the video that you want to download.

Revision history for this message
Nathan Heafner (nathan1465-5) said :
#2

there is also many firefox plugins/addons that download online videos. click Tools - addons then search for youtube.

Revision history for this message
k.rajasimha reddy (rajasimha-civil) said :
#3

youtube-dl http://www.youtube.com/watch?v=MrdVAjNj3L4
[youtube] Setting language
[youtube] MrdVAjNj3L4: Downloading video info webpage
[youtube] MrdVAjNj3L4: Extracting video information
ERROR: format not available for video

this is showing error.

Revision history for this message
Warren Hill (warren-hill) said :
#4
Revision history for this message
k.rajasimha reddy (rajasimha-civil) said :
#5

i got it youtube.dl is working properly.thank u.