How To Download Youtube Videos From Terminal On Ubuntu
This is the easiest way to download youtube videos to your personal computer if you’re using Ubuntu. All you have to do is to install YouTube-Dl. It downloads YouTube videos from the command line and works on Linux, and Mac OS.
To install YouTube-Dl open a terminal and run the following command:
sudo apt-get install youtube-dl
To download a video:
youtube-dl -o filename.flv
Do you know an easier way ?