Depth-first search

I have a paginated website with cards. The cards lead to detail views with data.

This configuration will first iterate over all pagination pages (which can be a lot). But I want to prioritize detail views. Is there a way to do that? I tried rearranging the selectors.

{"_id":"jav8","startUrl":["https://jav8.me/genre/391?page=1"],"selectors":[{"id":"Tag","parentSelectors":["Card"],"type":"SelectorText","selector":"a.tag","multiple":true,"regex":""},{"id":"Card","parentSelectors":["_root"],"type":"SelectorLink","selector":"a.work","multiple":true,"linkType":"linkFromHref"},{"id":"Pagination","parentSelectors":["_root","Pagination"],"paginationType":"auto","type":"SelectorPagination","selector":".pagination-list a"}]}

Hi, to make the pagination work, change the selector value to a.pagination-next and set the Link selector as a child of the pagination.