How To Download Youtube Videos using Terminal
First download youtube-dl
sudo apt-get install youtube-dl
Then go to Youtube and grab the address of the video that you want.
Once copied, type this in terminal to start downloading:
youtube-dl (paste the address here)
Example:
youtube-dl https://www.youtube.com/watch?v=V2y92H2kiIM
After it's finished downloading, check your Home folder, it should be there.
The file name is usually the same as the address i.e. V2y92H2kiIM.mp4 as shown in the following pictures.
sudo apt-get install youtube-dl
Then go to Youtube and grab the address of the video that you want.
Once copied, type this in terminal to start downloading:
youtube-dl (paste the address here)
Example:
youtube-dl https://www.youtube.com/watch?v=V2y92H2kiIM
After it's finished downloading, check your Home folder, it should be there.
The file name is usually the same as the address i.e. V2y92H2kiIM.mp4 as shown in the following pictures.