patrickkfkan/patreon-dl — reverse-engineered prompt
Reverse engineered prompt
Build me a Node.js command line tool that can download Patreon content I already have access to, using my Patreon cookie. I want to give it a Patreon URL for a creator, a single post, a collection, or a shop product, and have it save the post info plus the actual media like images, audio, attachments, videos, and embedded YouTube videos when possible.
Please make it configurable from both command line flags and a config file. It should let me choose an output folder, pass paths for FFmpeg and Deno, run a dry run, skip prompts, set logging, list creator tiers, list posts, and configure YouTube access if needed. It should not try to bypass paid or locked content I don’t have access to, and it should skip DRM protected Patreon videos by default.
Also include a simple built in web browser view for downloaded content. Add clear install and usage docs, example config files, and make it usable as both a CLI and a library. Look up current Patreon, Node, FFmpeg, and YouTube related docs online if you need to.
Want more depth? Deep Reverse