patrickkfkan / patreon-dl

Patreon Downloader
48 stars 3 forks source link

[Feature req.] Generating a readable index file (HTML, Markdown...) to browse/navigate content #16

Open dotmick opened 2 months ago

dotmick commented 2 months ago

Hi!

Thanks again for the hard work in patreon-dl. I've been using it recently and it works great!

I'd like to suggest a feature if possible.

While the content is well downloaded and placed into the respective folders, it's not easy or a great experience to browse and access it quickly. I was wondering if patreon-dl could have an option that generates a readable index file (format could be HTML or Markdown, not sure what's easier/best/more scalable) at the root of each patreon directory?

That's it! Please le me know your thoughts, thanks!

develroo commented 1 month ago

Might be better to make it a separate tool rather than part of patreon-dl. Because of the logical layouot of patreon-id/posts/id-postname/ It should be pretty simple to write python script to browse any particular patreon-id.

If I get time, I might make one myself. Though atm I have other things to deal with, so it is low priority for me.