[inkbunny] fix submission order (#283)

Getting detailed submission info via /api_submissions.php reordered the
input submissions and sorted them by ID. InkbunnyAPI.detail() now sorts
them back and ensures they are returned in their original order.

This commit also removes the 'metadata' option and always requests
submission descriptions.
This commit is contained in:
Mike Fährmann
2020-07-26 23:12:45 +02:00
parent e50c75628c
commit b921fee24d
2 changed files with 18 additions and 23 deletions

View File

@@ -873,15 +873,6 @@ Description Controls whether to choose the GIF or MP4 version of an animation.
=========== =====
extractor.inkbunny.metadata
---------------------------
=========== =====
Type ``bool``
Default ``false``
Description Fetch ``description``, ``writing``, and ``pools`` metadata fields.
=========== =====
extractor.inkbunny.orderby
--------------------------
=========== =====