this post was submitted on 13 Sep 2025
209 points (96.9% liked)

Selfhosted

51417 readers
831 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 2 years ago
MODERATORS
 

This is the post on reddit: https://www.reddit.com/r/selfhosted/comments/1myldh3/i_built_youtubarr_the_sonarr_for_youtube/

looks cool I have been wanting something like this for a while

top 42 comments
sorted by: hot top controversial new old
[–] fedditter@feddit.org 44 points 1 day ago (2 children)
[–] HyperfocusSurfer@lemmy.dbzer0.com 12 points 23 hours ago (2 children)
[–] fedditter@feddit.org 2 points 21 hours ago (1 children)

Whats you personal experience of pinchflat vs tubearchivist?

[–] scott@lem.free.as 4 points 20 hours ago

Pinchflat is way less complicated than TubeArchivist and integrated with Plex without any extra work.

[–] douglasg14b@lemmy.world 7 points 19 hours ago

Not exactly ideal archival software....

It doesn't store files in a human readable way and requires a separate DB and application to interpret your stored data. Without controls over how it stores that data.

[–] illusionist@lemmy.zip 26 points 1 day ago* (last edited 1 day ago)

Sonarr is based on RSS feeds - explicitly designed for this purpose of getting new updates from subscription-like sources. This is much lighter in processing requirements. I've also tried to make this UI as similar as possible to the other *arr apps for familiarity.

Index an entire channel/playlist or get "older" videos. Subarr's RSS approach is specifically for "subscriptions": new video is posted, take some action Media management. Once Subarr kicks off the post-processor (like yt-dlp), its job is done. Use Plex/Jellyfin/etc or another one of the linked solutions above if you require more control over your media

[–] hertg@infosec.pub 21 points 1 day ago

ytdl-sub already existed for a while

[–] blackbarn@lemmy.zip 18 points 1 day ago (1 children)

I leverage pinchflat for this

[–] golli@sopuli.xyz 3 points 18 hours ago

Just set this up a few days ago and so far am very happy. Ended up choosing it over other options since I wanted something that saves the downloads in a humanly accessible way by simply putting them into channel folders with the video names as title.

[–] killeronthecorner@lemmy.world 3 points 20 hours ago

I've been using Metube but it's pretty basic. Might give this a shot.

[–] Appoxo@lemmy.dbzer0.com 3 points 20 hours ago

Sadly no actual search function that pipes it into yt-dlp.
Imagine the releases were done as yearly seasons and their individual videos.

[–] Jason2357@lemmy.ca 2 points 14 hours ago (1 children)

They have a whole list of these in the linked Readme. Thanks for posting - I was considering setting up pinchflat but this might be a lot lighter on resources.

My use case: I would like to run something like this, but either directly on, or syncing to my laptop. I don’t watch much YouTube, but it would be nice to have stuff to watch offline, and cut google out of all the behavioural metadata.

[–] paperd@lemmy.zip 4 points 12 hours ago

Take a look at ytdl-sub if you want light weight. I load the resulting videos into jellyfin as series.

[–] melfie@lemy.lol 1 points 15 hours ago* (last edited 15 hours ago)

It’s based on yt-dlp, which I can’t seem to get working reliably with my VPN, even with manual intervention like using cookies from a browser, switching servers, etc. Guess VPN IPs hit the rate limits pretty regularly, though I don’t want to risk my real IP getting banned. I’ve seen some people suggest using a VPS, but sounds like a lot of effort. Running something like this on a server and expecting it to reliably download videos in the background isn’t going to work that well from my experience.