Self-hosted YouTube downloader?
from mfat@lemdro.id to selfhosted@lemmy.world on 26 May 2024 17:51
https://lemdro.id/post/9212542

Is there a self-hosted downloader that would automatically download liked videos or the ones added to a specific playlist?

#selfhosted

threaded - newest

lemmyvore@feddit.nl on 26 May 2024 17:56 next collapse

See if ytdl-sub is what you want.

delver@sh.itjust.works on 26 May 2024 18:21 collapse

Seconded ytdl-sub, especially if you want them to work flawlessly with Kodi/Plex/Jellyfin (integrated into the library etc) Other than that, tubesync is nice and has a decent web ui too.

swooosh@lemmy.world on 26 May 2024 17:58 next collapse

Jeeaaasus has a docker image on github

DasFaultier@sh.itjust.works on 26 May 2024 18:04 next collapse

Metube might be right for you.

BrightCandle@lemmy.world on 26 May 2024 18:30 collapse

Metube is great and also has some browser plugins as well so it’s as simple as right click and send to metube on a YouTube link. Wish there was one for android too but alas not yet that I have seen.

MMauro@feddit.it on 26 May 2024 18:05 next collapse

TubeArchivist

scrubbles@poptalk.scrubbles.tech on 26 May 2024 22:42 next collapse

Only correct answer

Showroom7561@lemmy.ca on 26 May 2024 23:10 collapse

Been using this for a few weeks on my synology nas. Absolutely love it!

catloaf@lemm.ee on 26 May 2024 18:17 next collapse

I use yt-dlp and a bash script running from cron

Wolfwood1@lemmy.world on 26 May 2024 19:08 next collapse

I’ve been using Pinchflat for a while and so far it’s been great for me. It can automatically rescan the channel or playlist on a defined time (like every day or every week), and download new videos. It uses yt-dlp so you can configure all the parameters you want it to use for the download

EddyBot@discuss.tchncs.de on 26 May 2024 22:07 collapse

yea pinchflat has been easy to setup
also adding the videos to Jellyfin was easier than expected

Towerofpain11@lemmy.world on 26 May 2024 19:35 next collapse

I’m having success with TubeSync through docker compose.

SiblingNoah@lemmy.world on 27 May 2024 00:22 collapse

That’s what I use with success for about a year now.

Moonrise2473@feddit.it on 26 May 2024 21:17 next collapse

I like metube from a manually curated list

Liked videos or added to playlist requires Google login on both the viewer and the downloader and for me that is unacceptable

refalo@programming.dev on 26 May 2024 21:39 next collapse

What have you tried searching the web for? I get many relevant results.

LodeMike@lemmy.today on 26 May 2024 21:55 next collapse

Yt-dlp and a cron job

dogsnest@lemmy.world on 26 May 2024 22:17 collapse

That sounds erotic.

brb

LodeMike@lemmy.today on 26 May 2024 22:34 collapse

?

Martineski@lemmy.dbzer0.com on 26 May 2024 23:49 collapse

The sound of “cronjob” made him horny.

LodeMike@lemmy.today on 27 May 2024 00:12 collapse

?

pipariturbiini@sopuli.xyz on 27 May 2024 04:33 collapse

They found the way you wrote “Yt-dlp and a cron job” sexually appealing, and went to have some fun rub… uh, installing.

LodeMike@lemmy.today on 27 May 2024 04:34 collapse

Sure

bjoern_tantau@swg-empire.de on 27 May 2024 09:30 collapse

They read the sentence “Yt-dlp and a cron job” which triggered a hormonal reaction in their brain which they linked to arousal due to prior experience. They used this as an opportunity to retreat to a more private setting and indulge in auto erotic stimulation.

Sarsoar@lemmy.blahaj.zone on 26 May 2024 23:30 next collapse

I use pytube and a python script I have been growing and adding features for a while. Lots of examples for you to make something that suits your own needs.

Construc_@lemmy.world on 27 May 2024 03:45 next collapse

+1 for MeTube. its easy to set up, works out-of-the-box for the unraid docker container (unlike others)

S13Ni@lemmy.studio on 27 May 2024 09:30 next collapse

Some fork of youtube-dl would probably do. Personally I use JDownloader 2 (open source) to download not just from youtube but from any other sites as well. It runs locally.

namelivia@lemmy.world on 27 May 2024 23:02 next collapse

I use Metube

MattMckenzy@lemmy.ml on 29 May 2024 15:10 collapse

You could try out something I whipped up for this and see if it works for you: github.com/MattMckenzy/ToothPick