Ezequiel Schwartzman
Ezequiel Schwartzman
What I usually do is check if the number of mods returned by the page are less than the requested (25 by default IIRC). I'll be adding pagination data to...
@ApocDev I agree with you, sadly the current release doesn't let you specify the number of mods, it's a fixed 20 (I just checked). In the Python port this changes...
The project is in the process of being ported to Python, and the authentication will be handled by the official API, so this will probably not be an issue in...
I just checked the URL by decoding it manually with the browser `atob` and it's not truncated, it must be a limitation of the library you're using to parse the...
Well, I'll make them link to the API endpoint then. On 25 September 2015 at 13:35, Moritz Schmale [email protected] wrote: > @Zequez https://github.com/Zequez you should somehow make your URL >...
Good idea.
For reliability you should use the mirror link which will always be a zip file hosted by the app, so it won't go down. Although for big mods (50mb+) the...
Try to use the mirror first if it exists, since the URL is usually hotlinked and it might be broken. Anyway, the next version is going to have a single...
We were talking about this the other day on a Skype conversation, the idea that came up was to create a new attribute on mods so you can mark them...
Yeah, I found that library while trying this same thing, but as you say, they would also need to run a script on the forum for it to work. But...