Monday, September 17, 2012

Download video from youtube in Ubuntu terminal

First download and install the program youtube-dl from terminal:

sudo apt-get install youtube-dl

After installation, you can download video from YouTube:

youtube-dl -o file_name.flv youtube-video-link

No comments:

Post a Comment