Like many of you, I’ve wrestled with ways to download Patreon videos and audio for offline use—stuff like tutorials or podcasts for commutes (e.g., this post https://www.reddit.com/r/DataHoarder/comments/xhjmw3/how_to_download_patreon_videos). Tools like yt-dlp (https://github.com/yt-dlp/yt-dlp) are awesome but a pain for non-coders due to command-line setup. So, I built Patreon Media Downloader, a Chrome extension for downloading your subscribed Patreon content with a single click.
It’s super straightforward: install it, open a Patreon post that you are subscribed to, and click to save media. No terminal, no config files. It hooks into Patreon’s website and handles media you’re subscribed to. For those interested, you can check it out on the Chrome Web Store (https://chromewebstore.google.com/detail/bmfmjdlgobnhohmdffihjneaakojlomh).
As a solo dev, I built this to simplify hoarding Patreon content for myself and others, especially for non-techy folks who want an easy solution. I’d love your feedback—bugs, feature ideas, or any thoughts are welcome!