You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.