5 ms·
> using yt-dlp to download my subscriptions, convert them to mp3 and host the podcast feeds inside my local network Hey! I've just had the thought of doing thi
by SlackingOff123 2y ago
> using yt-dlp to download my subscriptions, convert them to mp3 and host the podcast feeds inside my local network
Hey! I've just had the thought of doing this myself the other day.
Do you mind sharing what tools you're using, besides yt-dlp?
For example, what are you using to host and generate the rss feed (if that's what you're doing)?
- jareds 2y agoI use https://github.com/amsehili/genRSS https://github.com/amsehili/genRSS to create the rss feeds. I host them by running a Docker container that serves the folder on my nas that contains the media and generated xml files.
- SlackingOff123 2y agoThat seems to be just what I was looking for. Thanks!
- Minor49er 2y agoOne tool you might like is MeTube. While it can't schedule anything, I have it running it on a headless Beelink computer. So if I want to grab a video or channel, I can open a browser on any device, go to the server, and tell it to fetch whatever I want. The download location is set to a NAS so I can view the media with any device as well. It even supports extended yt-dlp options, so you can even tell it to use things like SponsorBlock. It's pretty great overall https://github.com/alexta69/metube https://github.com/alexta69/metube
- wowkise 2y agoi have this tool which is a fork off from metube that has more features like task scheduling and presets. and notifications for automation https://github.com/arabcoders/ytptube https://github.com/arabcoders/ytptube i personally use it to drive my entire YouTube related tasks.
- SlackingOff123 2y agoI like the new features you added. I will give it a try. Thanks for sharing!
- Minor49er 2y agoSimply incredible. Thank you for sharing this!