jikan-me / jikan-rest

The REST API for Jikan
https://docs.api.jikan.moe/
MIT License
413 stars 268 forks source link

:zap: Added sorting of mal ids when indexing entries #468

Closed pushrbx closed 5 months ago

pushrbx commented 5 months ago

When if you want to get all the most recent entries from MAL with the indexer until a certain point, you would run the indexers with the --reverse option, then kill it where you want it to finish. However it doesn't do it in order, because the json data after loaded is not sorted.