Skip to content

e621-api-2024-12-05 has a mistake causing it to unnecessarily load pages #184

@GadricGraywind

Description

@GadricGraywind

Downloaders/E621/e621-api-2024-12-05.png

The "e621 gallery page parser" will only pull one new link after the first page.

The reason is cause the rule for parsing the next page will sort the post entries and then select the first of the list (essentially only moving the list down one and reloading the page) instead of the last.

solution: edit the string processor in the formula. change 'select first string' to 'select last string' by replacing the 0 to a -1.

I would do this myself, but I dont know how to contribute to the github, also e621 has other edits mostly qol, but some change the series: tag into trademark: tag for sorting reasons and cause its more accurate. but here is a helpful image that can act like a step by step guide on resolving it.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions