Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

How To Install Youtube-DL Graphical User Interface On Ubuntu 20.04?

Writer Andrew Henderson

I Did The Following Commands :

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

Result :

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package youtube-dlg
1

6 Answers

Gydl (Graphical Youtube-dl) is a GUI wrapper around the already existing youtube-dl program. To install Gydl in all currently supported versions of Ubuntu open the terminal and type:

sudo snap install gydl

When using Gydl, you have the option to download your YouTube video as a Video or Audio.

enter image description here

3

You also can download it directly from their website, or by using the command:

wget 

That will download a python file you can run, assuming you are dedicated to the command line version.

It looks like the PPA does not have youtube-dlg for 20.04/Focal available (yet). You can take a look at which packages are available for Focal by going to .

I have installed it in 2 different OS: (1.-)Kubuntu 20, and today (2.-)Linux lite 5.0. here they explain it nicely, I needed to get 2 packages (it's all here)

I followed instructions from where it says: "If you don’t care much for getting automatic updates then....pick up the latest .deb package" so I downloaded the youtube-dlg package (#1)

Also I downloaded the "twodict" pack (package#2) then, I installed python-twodict using "gdebi pack installer" once downloaded.

Again using "gdbi package installer",went to youtube-dlg installation by just right clicking, selecting, and confirming...

And there it is the nice squared GUI ready to work from Internet menu.

I hope it works for you 2, I am not very good explaining, but it is all there. I used gdebi P. I. because it tells me when something is wrong, and if it's OK, it does the job automatically for me (didn't write anything in the terminal, I am an ex-windows user) I grabbed it from synaptic pack mgr, or Discover pack inst. It works just nice.

0

To install Youtube-DL Graphical User Interface On Ubuntu 20.04? follow these steps;

  1. Run system update and upgrade command.
  2. Install Python Twodict.
  3. Download YouTube-DLG GUI Deb package.
  4. Install YoutTube-DLG on Ubuntu 20.04.
  5. Run the program's GUI.
  6. How to use Youtube-DLG.

I've written a GUI for the youtube-dl that supports single files as well as playlist.

It relies on the the latest youtube-dl, not the one provided by Ubuntu. Two small install scripts are provided.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy