Replies: 4 comments 1 reply
-
I'll consider it. They seem to build their API based on danbooru engine, that's good. Pools support, post relationships - all that is intersting to implement to finally make some features supported by more than one module. |
Beta Was this translation helpful? Give feedback.
-
Well I trudged through their forums and found some more info on API limitations. And no, I'm not going to try to circumvent any of those. Max 40 tags per search, only one wildcard tag is allowed, ok - some more negative tags extraction code. One API request per second, except for actual downloads. Some custom user-agent header is required, I'll have to force it over anything provided by the user to comply. Their documentation says 'or' groups aren't entirely reliable, also syntax is completely different from RX one, oh well - all the 'or' groups will be unwrapped just like with most other modules, thankfully the code is already there. Actually all mentioned work is already completed and working, hopefully will be pushed soon. Just making double sure I didn't miss anything, adding some additional features along the way. Also have to add wrapper support: https://github.com/trickerer01/download-multi-async-wrapper Now I have a question since I'm curious: why have you suggested e621.net exactly? Apparently this website is pretty popular and there is half a dozen downloaders exist supporting it, not counting dedicated browser plugins, a couple downloaders are dedicated, too. I'm curious since the last time I got a feature request it was for ML #12 and I'm not sure what to think. |
Beta Was this translation helpful? Give feedback.
-
96b86fd |
Beta Was this translation helpful? Give feedback.
-
https://e621.net/
seems similar to rule34 and have some arts that are not in rule34, would be a cool addition if not too complicated.
Beta Was this translation helpful? Give feedback.
All reactions