How to download YouTube video on Ubuntu using Commands
This video is for downloading YouTube videos on Ubuntu Operating System by using terminal.And this video is for Educational purpose only.
Commands used :
1. sudo apt-get install youtube-dl ( installs tool on the system )
2. youtube-dl -f 22 [VIDEO_LINK] ( downloads the video )
ubuntu download