this post was submitted on 05 Jul 2024
1167 points (98.9% liked)
Memes
45550 readers
2449 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Point us towards salvation, Grand Master!
...where can i sign up..?
Are you familiar with Jellyfin?
https://jellyfin.org/
If you can set up a server of this then its as easy as making the library folder the output folder for yt-dlp
https://github.com/yt-dlp/yt-dlp
I didnt even have to write me own script. I gave chatgpt a notepad with channel urls and just told it to write me code to load these urls one by one and download the Last 2 videos. (Trust me you dont want to accidentally download a whole channel). Yt dlp can maintain a log of sort so videos aren't downloaded more then once.
I run this script on a schedule and delete the video when i am done with it. Nice and clean. I can also recommend trying to run an invididious instance for general video browsing but mine took some twiddling to setup right.
https://invidious.io/
Also if someone else wants a prebuilt solution for this, I've heard good things about tube archivist
Cheers!