Saturday, November 14, 2009

Download U-tube video using Terminal


To download U-Tube videos from Terminal first install
given software

sachin@sachin-desktop:~$ sudo apt-get install youtube-dl

Now to browse the You-Tube for required video and copy URL
of required file and then

sachin@sachin-desktop:~$ youtube-dl -b http://www.youtube.com/watch?v=VsJXe0yOE0c

"-b" is added to download high quality video

For further info use command "man youtube-dl"

Default file will be downloaded to home folder.

Thats it !

Above guide is refer from here .

No comments: