this post was submitted on 01 Mar 2025
462 points (98.3% liked)

Greentext

5324 readers
1356 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Sanctus 208 points 3 days ago (5 children)
[–] [email protected] 51 points 3 days ago (8 children)

I was surprised at how well it works but anything command line is not for normies

[–] [email protected] 1 points 4 hours ago* (last edited 4 hours ago)

Large language models from two years ago can write you an executable script that displays a window to provide an url.

My “subscriptions” are downloaded automatically on a schedule and imported in jellyfin. I never need to interact with it myself.

[–] [email protected] 40 points 3 days ago (2 children)

Anyone who’s done “/gamemode creative” is smart enough to figure out “yt-dlp ”. Seriously people need to stop acting like typing the most basic commands that you can find tutorials about is some kinda level 9 magic

[–] [email protected] 5 points 1 day ago (1 children)

It's not that peoplecan't figure it out, it's that they won't. As soon as you mention the terminal they stop listening or thinking

/gamemode creative doesn't have that problem because it's not a terminal, it's a chat window

[–] [email protected] 2 points 22 hours ago

I think saying “anything command line isn’t for normies” would only worsen the problem

[–] essell 18 points 3 days ago (1 children)

I think you've defined the problem rather well there..

It's not that Normies couldn't use it, it's that Normies won't use it.

[–] [email protected] 5 points 2 days ago

Which generally helps it fly under the radar so us nerds can have nice things for longer.

I’m not for gate keeping, but I kinda like having tricky things if it means they don’t get ruined/stopped as fast.

[–] [email protected] 43 points 3 days ago* (last edited 3 days ago) (1 children)

Thats why I run it in docker with a web ui (On my server behind a reverse proxy, so I could get HTTPS working)

Shut up, im not a nerd

[–] [email protected] 15 points 3 days ago (1 children)

If you are on an android phone you should check the F-Droid pages for Seal. No commandline, a nice GUI, works great.

[–] [email protected] 11 points 3 days ago

+1 for Seal, Newpipe and Tubular both work fine too

[–] [email protected] 9 points 2 days ago* (last edited 2 days ago) (2 children)

Nah I'm sorry. There is a point where it's unreasonable to expect someone to learn something, but that isn't it.

Using yt-dlp is extremely straightforward.

Being ignorant and proud of it is a horrid personality trait. The average person knows how to drive a car, how to call others using their phone and how to use an ATM.

Typing 7 characters and copy-pasting a link is well within their abilities.

[–] [email protected] 4 points 2 days ago

simply downloading a video? sure, but literally anything else is insanely complicated for an average person.
If they want the music from a video they would have to look through all of https://github.com/yt-dlp/yt-dlp and probably still wouldn't find what they're looking for

[–] [email protected] 0 points 2 days ago

The average person learns how to drive a car, which is akin to operating it. The average person does not know how to muck about in the engine of their car, and should not, because if they do the wrong thing they could break it. For that matter, I wouldn't even recommend someone OPERATES the car without training.

The terminal is considered for advanced users for the same reason. Learning to copy/paste into the terminal without understanding how to use it could mean I say "oh yeah the fix for that issue is doing rm -rf / --no-preserve-root.

[–] [email protected] 6 points 2 days ago* (last edited 2 days ago)

You can use the OpenWith extensions to add it as a right click option.

I have this setup for my non-technical family members, so they just right click on the page choose open with -> ytdlp and it saves it to their downloads folder.

You can set up different options for example video or audio only.


  • In Firefox install: https://webextension.org/listing/external-application-button.html
  • In the Extension options, add an application
  • Name it something like "Open in YT-DLP: mp4"
  • Set the exe name to the path of a local copy of yt-dlp
  • Set the arguments to be -S res,ext:mp4:m4a --recode mp4 [HREF]
  • Under the Placement options -> Context Menu -> select "All Contexts"

You should now be able to right click on a YouTube page and choose "External Application launcher -> Open in YT-DLP: mp4"

If you want audio only, add another application in the extension settings and use the arguments -f ba[ext=m4a] [HREF] for m4a files.

[–] [email protected] 3 points 3 days ago

There's GUIs for it though. Obviously not for everyone, but I made my own.

That it can download virtually from any site is pretty useful, assuming you know what to give it.

[–] [email protected] 1 points 2 days ago

Normies don't deserve joy.

[–] [email protected] 10 points 2 days ago (1 children)

You can add it as a right-click option to Firefox:

  • Install: https://webextension.org/listing/external-application-button.html
  • In the Extension options, add an application
  • Name it something like “Open in YT-DLP: mp4”
  • Set the exe name to the path of a local copy of yt-dlp
  • Set the arguments to be -S res,ext:mp4:m4a --recode mp4 [HREF]
  • Under the Placement options -> Context Menu -> select “All Contexts”

You should now be able to right click on a YouTube page and choose “External Application launcher -> Open in YT-DLP: mp4”

If you want audio only, add another application in the extension settings and use the arguments -f ba[ext=m4a] [HREF] for m4a files.

[–] Sanctus 3 points 2 days ago
[–] SatansMaggotyCumFart 7 points 3 days ago (1 children)

Do you type that in the windows finder bar?

[–] Sanctus 5 points 3 days ago

Its a package, so it gets delivered in the mail

[–] [email protected] 2 points 2 days ago

Grayjay works too, and they have a desktop client now (at least for Linux, and probably windows).

[–] [email protected] 1 points 2 days ago* (last edited 2 days ago) (2 children)

Youtube seems to be blocking that for me

[–] [email protected] 3 points 2 days ago

Might need an update. Just fixed mine by grabbing the latest release from 2 weeks ago.

[–] Sanctus 2 points 2 days ago (1 children)

It shouldn't. When I first set it up the commands I was entering were creating an unreadable file. Double check the format you're outputting too and dont listen to the people in this thread saying its easy. Its pretty complex.

[–] [email protected] 1 points 1 day ago

I just tried it again and the problem seems to have fixed itself