this post was submitted on 31 Jul 2024
39 points (89.8% liked)

Selfhosted

39250 readers
402 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

This is killing me. Videos that are gigabytes in size instead of a couple hundred mb. I don't have the storage space for this. I don't have the bandwidth for this. More and more content creators are using 4k video instead of 1080p. Is there an easy way to make it only download videos in 1080p? I've found a few commands around the internet that don't work, presumably they work on some videos sometimes but that's just not good enough.

I download videos from a custom made web interface connected to yt-dlp so if it's no longer going to be possible to automate the process of video and playlist downloading then everything is going to become a huge pain in the ass.

you are viewing a single comment's thread
view the rest of the comments
[–] alphacyberranger@sh.itjust.works 5 points 1 month ago (1 children)

Recently youtube changed a few things and everything was breaking for me NewPipe, Freetube, yt-dlp. NewPipe and Freetube immediately released updates. Yt-dlp also got updated but this time there is a change. Earlier you can simply download 1080p videos in one go. Now I have to download 1080 video and corresponding audio separately and use a FFMEG command to merge them. Though it's a pain, I'm still thankful that yt-dlp works.

[–] Davel23@fedia.io 3 points 1 month ago (1 children)

Do you have the FFMPEG executable in the same directory as yt-dlp? They should merge automatically if so.

Yes. But me being an idiot, didn't know it was possible to add up formats like 136+140 in yt-dlp until I saw few of the comments in this thread. I was downloading everything separately for the past 3 weeks.