crouvpony47 / furdown

A mass download tool for FurAffinity written in C#
MIT License
75 stars 7 forks source link

Feature Request - Download results of a search #19

Open JamieBunpup opened 4 years ago

JamieBunpup commented 4 years ago

Is this at all possible? It would be super awesome to have!

crouvpony47 commented 4 years ago

Furdown can't handle search results in its current form, not because parsing search results is somehow too hard, but rather because it will add extra requirements which this tool, designed for archival first of all, doesn't yet meet. The way it works right now is unreasonable for any search queries that will yield more than 1000 or so results.

So, while I am aware that this feature will be quite useful in some circumstances, this is not the top priority at the moment. I want to fix the existing problems before even attempting to implement the search properly.