Site icon TechGit

Install YouTube-DL GUI in Ubuntu

Install YouTube-DL GUI in Ubuntu. YouTube-DL is a front-end GUI for youtube-dl to download videos from youtube.com or other video platforms. Youtube-dl-gui uses youtube-dl in the backend to download files. Youtube-dl provides a list of extractors to work with each particular site. youtube-dl is a command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter (2.6, 2.7, or 3.2+), and it is not platform specific.

YouTube-DL GUI Version 4

Version 4 is the latest release of the YouTube-DL GUI application. It brings the following changes:

Install YouTube-DL on Ubuntu

Run the following commands in Terminal to install YouTube-DL via WebUpd8 PPA:

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install youtube-dlg

Install youtube-dl

YouTube-DL is a front-end GUI for youtube-dl to download videos from youtube.com or other video platforms. Users can also install youtube-dl.

To install it right away for all UNIX users (Linux, OS X, etc.), type:

sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl

If you do not have curl, you can alternatively use a recent wget:

sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl

Install YouTube-DL GUI in Ubuntu originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.

FacebookTwitterTumblrRedditLinkedInHacker NewsDiggBufferGoogle ClassroomThreadsXINGShare
Exit mobile version