**************************************************************************
.
1/ Install the package " youtube-dl " by the command ( sudo apt-get install youtube-dl or sudo zypper youtube-dl )
.
2/ Then open terminal and type:
youtube-dl -f video url
.
The -f flag is used to list out all the available formats and resolution of the video against some numbers. In this example, the highest resolution is (1280×720) is defined by the number 22.
.
We will download in this resolution by typing
youtube-dl -f 22 “video url”
.
3/ Example:
youtube-dl -f 22 https://www.youtube.com/watch?v=71CykvkugUg
1/ Install the package " youtube-dl " by the command ( sudo apt-get install youtube-dl or sudo zypper youtube-dl )
.
2/ Then open terminal and type:
youtube-dl -f video url
.
The -f flag is used to list out all the available formats and resolution of the video against some numbers. In this example, the highest resolution is (1280×720) is defined by the number 22.
.
We will download in this resolution by typing
youtube-dl -f 22 “video url”
.
3/ Example:
youtube-dl -f 22 https://www.youtube.com/watch?v=71CykvkugUg
0 Comments