felipegiacomozzi / the-trove-downloader

Downloads files from The Trove Rpg website
50 stars 3 forks source link

[Feature] Filter by pattern #25

Open Qazzquimby opened 3 years ago

Qazzquimby commented 3 years ago

I'm looking to back up the full trove, but I don't care about files in other languages. I'm thinking of adding optional arguments the CLI

It would solve my use case by excluding 'LANG', and may be helpful for others, such as downloading all books with 'monster' in the name.

I can create a pull request if desirable.