Youtube-dl not only downloads the videos but it also allows you to download videos in different qualities as you want. And that’s all with one command and then just wait until Youtube-DL finishes downloading the video. Use the following command to download a video in specific video format –
youtube-dl -F https://www.youtube.com/watch?v=ZpWfEY499Tw
Youtube-dl -f (Format code) (video URL)
Enter the format code for the given video in the format. For example, I want to download the .mp4 video of 1280×780 resolution, then my command would be –
youtube-dl -f 22 https://www.youtube.com/watch?v=ZpWfEY499Tw
Saving Video In Different Filename
youtube-dl -o funvideo.flv https://www.youtube.com/watch?v=ZpWfEY499Tw
How To Install Youtube-DL In Ubuntu/Debian Based Linux Distributions
$ sudo add-apt-repository ppa:nilarimogard/webupd8 $ sudo apt-get update $ sudo apt-get install youtube-dl
To specify the name of the video use -o option of youtube-dl followed by the name of the video you’re downloading. In the above example, the video name I specified ‘funvideo.flv’.
How To Install Youtube-DL In Fedora And Other RPM Based Distros
$ yum install youtube-dl
How To Install Youtube-DL Graphical User Interface?
$ sudo add-apt-repository ppa:nilarimogard/webupd8 $ sudo apt-get update $ sudo apt-get install youtube-dlg
How To Use Youtube-DL GUI?
Youtube-dl General Settings
Youtube-dl Video Settings
Downloader Audio Settings
Playlist Settings
Output File Settings
Subtitle Settings
Filesystem Settings
Shutdown Settings
Authentication Settings
More Settings
There are even more settings that you can explore yourself, like, connection, log, commands, and localization. The command-line interface can also do the same tasks with commands but GUI makes it extremely easy. There are many other Youtube Downloaders for Linux. If you use any other video downloader then please tell us in the comment below.