LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-03-2023, 12:33 PM   #1
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
Is Youtube-dl Working For Anyone? ((Help!))


Guys,
I've been going nuts since recently trying to use Youtube-dl. I keep getting the "unable to extract uploader id" error message. Googled it, and there seem to be thousands of people having the same issue, with various solutions proposed...but I'm not seeing any viable fixes. (In the past, I'd get that error; do a simple update via youtube-dl -U, and it'd be fixed)

Running Youtube-dl 2021.12.17 (latest) installed via curl from Github.
OS: Bunsenlabs Linux.
 
Old 04-03-2023, 12:46 PM   #2
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,146
Blog Entries: 6

Rep: Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834
Swicth to yt-dlp. youtube-dl isn't being maintained much.

Edit:
Probably in your repo or
https://github.com/yt-dlp/yt-dlp

Last edited by teckk; 04-03-2023 at 12:48 PM.
 
2 members found this post helpful.
Old 04-03-2023, 12:48 PM   #3
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,616

Rep: Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555Reputation: 2555

Searching should have pointed you towards yt-dlp, which is a fork of youtube-dl that is currently maintained.

 
2 members found this post helpful.
Old 04-03-2023, 01:35 PM   #4
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,333
Blog Entries: 3

Rep: Reputation: 3730Reputation: 3730Reputation: 3730Reputation: 3730Reputation: 3730Reputation: 3730Reputation: 3730Reputation: 3730Reputation: 3730Reputation: 3730Reputation: 3730
Quote:
Originally Posted by boughtonp View Post
Searching should have pointed you towards yt-dlp, which is a fork of youtube-dl that is currently maintained.
If yt-dlp still doesn't fetch the video from YouTube directly, then you can try instead via the Invidious front end, available from several domains: https://redirect.invidious.io/
 
1 members found this post helpful.
Old 04-03-2023, 03:30 PM   #5
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465

Original Poster
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
Thanks for the replies, everyone.

Yes, I did see the yt-dlp solution mentioned; was going to try it, but saw that it requires the latest incarnation of Python (3.10 I believe) but unfortunately, the latest I can get through my repositories is 3.7....

Turbocap, I will definitely take a look at the Invidious thing- thanks. (from an Anarcho-capitalist!)
 
Old 04-03-2023, 03:57 PM   #6
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,146
Blog Entries: 6

Rep: Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834
Quote:
yt-dlp supports only Python 3.7+, and may remove support for more versions as they become EOL; while youtube-dl still supports Python 2.6+ and 3.2+
https://github.com/yt-dlp/yt-dlp/wiki/Installation
 
1 members found this post helpful.
Old 04-03-2023, 06:23 PM   #7
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465

Original Poster
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
Quote:
Originally Posted by teckk View Post
Thanks! I've been doing so much, as I had an OS issue that essentially disabled all my repositories- which I thought was causing the Youtube-dl problem.... Then trying a few things to resolve the Youtube-dl problem....re-installing Python3....and a bunch more, I'm not sure where I read that yt-dlb only supports Python3.10 (Not to mention that when it comes to compooters, I'm pretty much Moe, Larry and Shemp [not even Curly!] all rolled into one!)....but this just may be the ticket for me!
 
Old 04-03-2023, 07:45 PM   #8
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465

Original Poster
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
Turns out, I have python 3.5.... Can't update any newer via the apt-get- anyone know of a way I can get 3.7 or newer [for dummies!]?

This is getting ridiculous- the time I'm consuming just sop I can once again download some audio from some damn Youtube vids!
 
Old 04-03-2023, 08:52 PM   #9
jbuckley2004
Member
 
Registered: Aug 2004
Distribution: Fedora (KDE spin)
Posts: 224

Rep: Reputation: 70
Okay, I'll admit to have at least one too many tonight. But Linux is clearly driving me to it.
I've tried to deal with this for over a week, looking for yt-dip. Only today I realized it's my old eyes and a lousy font. IT's yt-dLp, NOT -dIp.
Good Lord, Linux is going to lose all it's old-time users this way. You've introduced far too many unnecessary changes too quickly. Worse, the changes are unwarranted.

Last edited by jbuckley2004; 04-03-2023 at 08:55 PM.
 
Old 04-03-2023, 09:22 PM   #10
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465

Original Poster
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
Quote:
Originally Posted by jbuckley2004 View Post
Okay, I'll admit to have at least one too many tonight. But Linux is clearly driving me to it.
I've tried to deal with this for over a week, looking for yt-dip. Only today I realized it's my old eyes and a lousy font. IT's yt-dLp, NOT -dIp.
Good Lord, Linux is going to lose all it's old-time users this way. You've introduced far too many unnecessary changes too quickly. Worse, the changes are unwarranted.
I hear ya. It never ends- developers are constantly adding new features, and OS's are constantly updating to keep everything functional and compatible- but where does it end? Seems like it's forcing Linux to become ever more Windows-like[shudder]. There seems to be little attention paid to people like myself who just want to install something that'll remain functional, without caring about the latest feature. I never do updates until and if absolutely necessary (I can usually go 4 or 5 years without having to touch anything). Slackware would fit me well...but alas, having to learn to install stuff manually is too much for me to deal with, since I'm not a power user (Tried it, and loved it till something needed updating for which no Slackbuild was available!).
 
Old 04-04-2023, 10:57 AM   #11
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,146

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
There seems to be a lot of unnecessary panic here! A quick check at the git-hub link given in post 2 shows that yt-dlp requires Python 3.7 and BunsenLabs got that two years ago — it currently has 3.9.

Things get updated and always have done, otherwise we'd all be struggling along with Linux 1 and no GUIs.
 
1 members found this post helpful.
Old 04-04-2023, 05:51 PM   #12
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465

Original Poster
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
Quote:
Originally Posted by DavidMcCann View Post
There seems to be a lot of unnecessary panic here! A quick check at the git-hub link given in post 2 shows that yt-dlp requires Python 3.7 and BunsenLabs got that two years ago — it currently has 3.9.

Things get updated and always have done, otherwise we'd all be struggling along with Linux 1 and no GUIs.
I'm one of those people [I think there's another one somewhere else out there] who never does updates/upgrades. I think I've reached the end of the line and may finally have to [shudder]. But if anyone has any ideas...if I can get around this issue, I should be good for a few more years!
 
Old 04-04-2023, 06:58 PM   #13
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: Rocky Linux
Posts: 4,783

Rep: Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214Reputation: 2214
My "daily driver" machine is running an RHEL 8 clone, and that just has Python 3.6.8. So, I have a virtual machine running Fedora 37 for stuff that needs newer support. Fedora 37 has Python 3.11.2, much newer libs, etc.
 
1 members found this post helpful.
Old 04-04-2023, 09:07 PM   #14
jbuckley2004
Member
 
Registered: Aug 2004
Distribution: Fedora (KDE spin)
Posts: 224

Rep: Reputation: 70
Youtube-dl is now working for me, again. I'm not sure when the problem disappeared, but it was probably this morning perhaps after an update and reboot (my habit is to that every couple of days or so).
However, I've also been having problems with my third-party e-mail client too (in this case the version used by Fedora 37 kde). I've been able to get to email (AOL) using the browser, but not Thunderbird. I'm not sure where the problem might be. This one has been hard to track down.
 
Old 04-05-2023, 12:17 AM   #15
Sumguy
Member
 
Registered: Jul 2010
Location: Rural Kentucky, USA.
Distribution: BunsenLabs Linux
Posts: 465

Original Poster
Blog Entries: 2

Rep: Reputation: 119Reputation: 119
Quote:
Originally Posted by rknichols View Post
My "daily driver" machine is running an RHEL 8 clone, and that just has Python 3.6.8. So, I have a virtual machine running Fedora 37 for stuff that needs newer support. Fedora 37 has Python 3.11.2, much newer libs, etc.
Hmmmmm...interesting idea! I could just find the simplest distro that runs Python 3.7...... Thanks.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: How To Cast YouTube Videos From Your Phone To Raspberry Pi Using YouTube On TV (youtube.com/tv) LXer Syndicated Linux News 0 04-16-2021 01:30 AM
LXer: youtube-dl – download Youtube videos from linux command Line LXer Syndicated Linux News 0 06-24-2014 12:11 PM
LXer: Youtube Downloader (youtube-dl) Helper Script LXer Syndicated Linux News 0 09-28-2013 01:50 PM
LXer: Search YouTube videos on Ubuntu with the YouTube Lens LXer Syndicated Linux News 0 12-30-2011 08:40 PM
LXer: Youtube-dl - Download videos from Youtube in openSUSE LXer Syndicated Linux News 1 08-14-2008 08:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration