Where is youtube_dl that I installed?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Mike_in_Canada

Where is youtube_dl that I installed?

Post by Mike_in_Canada »

I have installed Youtube_dl from the Software Manager but it does not show or launch.
Something is missing or blocking it. Could this be a driver/graphics issue?
I am running Windows 8.1 and Mint 18.3 Mate 64bit (Separate HDDs)
Computer Specs.pdf
Advice please
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Sir Charles

Re: Where is youtube_dl that I installed?

Post by Sir Charles »

Hi,
youtube-dl is a command line tool and as such it is run from a teminal.
phd21
Level 20
Level 20
Posts: 10104
Joined: Thu Jan 09, 2014 9:42 pm
Location: Florida

Re: Where is youtube_dl that I installed?

Post by phd21 »

Hi Mike_in_Canada,

The superb "YouTube-DL" is a console terminal application and it is run from there. There is a wonderful desktop GUI for this called "YouTube-DLG" which you can also install and use.

Multi-Platform Youtube-DL GUI: (youtube-dlg)
This can download (save) a video and or just its audio track
http://www.webupd8.org/2014/03/multi-pl ... utube.html
To install this using the PPA method which will keep it updated, open a console terminal, type in, or copy & paste, each line below one by one:

Code: Select all

sudo add-apt-repository ppa:nilarimogard/webupd8

Code: Select all

sudo apt-get update

Code: Select all

sudo apt-get install youtube-dl youtube-dlg
Or just download and double-click the Linux deb file

Linux Mint 18.x
https://launchpad.net/~nilarimogard/+ar ... l4_all.deb

Linux Mint 17.x
https://launchpad.net/~nilarimogard/+ar ... y0_all.deb

Hope this helps ...
Last edited by phd21 on Mon Mar 05, 2018 2:59 pm, edited 1 time in total.
Phd21: Mint 20 Cinnamon & KDE Neon 64-bit Awesome OS's, Dell Inspiron I5 7000 (7573, quad core i5-8250U ) 2 in 1 touch screen
rickNS
Level 9
Level 9
Posts: 2968
Joined: Tue Jan 25, 2011 11:59 pm

Re: Where is youtube_dl that I installed?

Post by rickNS »

Does this program currently actually work ?
I used it some time ago perhaps a couple of years, then it stopped working, so I use a different simple method now, maybe not quite as good, but easy.
Mint 20.0, and 21.0 MATE on Thinkpads, 3 X T420, T450, T470, and X200
Mike_in_Canada

Re: Where is youtube_dl that I installed? (Solved)

Post by Mike_in_Canada »

Thank you very much.
Excellent help !!!!
phd21
Level 20
Level 20
Posts: 10104
Joined: Thu Jan 09, 2014 9:42 pm
Location: Florida

Re: Where is youtube_dl that I installed? (Solved)

Post by phd21 »

Hi Mike_in_Canada,

You are very welcome from all of us that replied...

These get frequent updates which is why I use the PPA.

To " rickNS", yes they function very well or at least it did last time I tried it a day or so ago.
Phd21: Mint 20 Cinnamon & KDE Neon 64-bit Awesome OS's, Dell Inspiron I5 7000 (7573, quad core i5-8250U ) 2 in 1 touch screen
User avatar
Termy
Level 12
Level 12
Posts: 4248
Joined: Mon Sep 04, 2017 8:49 pm
Location: UK
Contact:

Re: Where is youtube_dl that I installed?

Post by Termy »

rickNS wrote: Mon Mar 05, 2018 2:14 pm Does this program currently actually work ?
I used it some time ago perhaps a couple of years, then it stopped working, so I use a different simple method now, maybe not quite as good, but easy.
The youtube-dl program? Yeah, but not the old version, which is the one in the main Ubuntu repositories. Google change their API quite often, which means programs like youtube-dl have to be kept updated. I personally use this, straight from the developers. Here are their instructions:

Code: Select all

sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod 755 /usr/local/bin/youtube-dl
wget https://yt-dl.org/downloads/latest/youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
I have issues with the verification part, though. Then you just run sudo youtube-dl -U to update it.

Be sure to uninstall the other one first, to avoid any package confusion.
Last edited by Termy on Tue Mar 06, 2018 8:32 am, edited 1 time in total.
I'm also Terminalforlife on GitHub.
rickNS
Level 9
Level 9
Posts: 2968
Joined: Tue Jan 25, 2011 11:59 pm

Re: Where is youtube_dl that I installed?

Post by rickNS »

One more thanks! I copied/saved all.
Mint 20.0, and 21.0 MATE on Thinkpads, 3 X T420, T450, T470, and X200
User avatar
jimallyn
Level 19
Level 19
Posts: 9075
Joined: Thu Jun 05, 2014 7:34 pm
Location: Wenatchee, WA USA

Re: Where is youtube_dl that I installed?

Post by jimallyn »

rickNS wrote: Mon Mar 05, 2018 2:14 pm Does this program currently actually work ?
Yes, it works very well. If you use the GUI, it has a button to click to update the underlying youtube-dl program. If you aren't using the GUI, use sudo youtube-dl -U in terminal now and then.

And don't use the version from Software Manager or Synaptic, it is hopelessly outdated. Use this:
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 the government were coming for your TVs and cars, then you'd be upset. But, as it is, they're only coming for your sons.” - Daniel Berrigan
Redact
Level 2
Level 2
Posts: 54
Joined: Fri Jan 09, 2015 10:37 am

Re: Where is youtube_dl that I installed?

Post by Redact »

phd21 wrote: Mon Mar 05, 2018 2:02 pm The superb "YouTube-DL" is a console terminal application and it is run from there. There is a wonderful desktop GUI for this called "YouTube-DLG" which you can also install and use.
I'd like to thank you phd21 for these recommendations.
I've been using it for three days, and it works better than my browser extensions.
The extensions would work off and on, with little - to me - rhyme or reason.
YouTube-DLG has worked consistently.
Even though I wasn't the OP, thanks again!
kukamuumuka

Re: Where is youtube_dl that I installed?

Post by kukamuumuka »

YouTube-DLG does not download all videos, but youtube-dl downloads all YouTube videos.
phd21
Level 20
Level 20
Posts: 10104
Joined: Thu Jan 09, 2014 9:42 pm
Location: Florida

Re: Where is youtube_dl that I installed?

Post by phd21 »

Hi Redact,

You are most welcome...
Phd21: Mint 20 Cinnamon & KDE Neon 64-bit Awesome OS's, Dell Inspiron I5 7000 (7573, quad core i5-8250U ) 2 in 1 touch screen
Locked

Return to “Beginner Questions”