Close
admin2 said:
Quite a few people use limit:1000 and its more of an annoyance then a problem currently.
I didn't even consider you could that, I shouldn't have trusted that copypasta documentation...

I haven't heard much rage about the batch downloaders either, so I will make the repository public. (If anyone want the link, send me a PM.)

edogawaconan said:
First see this as example: https://yande.re/post/browse#/id:52058
The content is in "%dx%d,%dx%d" % [left, top, width, height] format, concatenated by ';' of there are more than one frame.
Interesting. What is the difference between 'frames' and 'frames_pending'? For this post, they contain exactly the same data. (It is not something I want to use, I'm just curious.)

The 'change' parameter is nice, but it also appears a bit risky to me. What if the amount of changed posts are larger than the limit I use, and the wanted post is not on that page? But it gave me some other ideas nevertheless.

For the tags, I might just calculate it myself based on the current cache in these cases then. I noticed that most Danbooru-based sites appears to use a limit on something like 300 anyway and Gelbooru based boards doesn't support this API access at all...

edogawaconan said:
Yeah, I guess some kind of filename sanitizing would be nice.
FYI, Opera sometimes bugs on certain characters and crops parts of the filename. Once I browsed after steins;gate images I ended up with several images named 'gate.jpg' -__-

Thanks for the help!