Img and names with pagination

Hi

I would like to get the images with the name tags together.

The site that I would like to get the information from, has some images and below the names of the categories, but when running the webscraper, it does not bring me the organized result ...

https://www.porn00.org/pornstar-list/

Sitemap:
{"_id":"pornstars-porn00","startUrl":["https://www.porn00.org/pornstar-list/"],"selectors":[{"id":"names","type":"SelectorText","parentSelectors":["_root"],"selector":"strong.title","multiple":true,"regex":"","delay":0},{"id":"img","type":"SelectorImage","parentSelectors":["_root"],"selector":"img.thumb","multiple":true,"delay":0},{"id":"next-page","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.paginext","multiple":true,"delay":0}]}

I managed to solve the problem

My sitemap is

{"_id":"pornstars-porn00","startUrl":["https://www.porn00.org/pornstar-list/"],"selectors":[{"id":"pornstars","type":"SelectorElement","parentSelectors":["_root","pornstars","next-page"],"selector":"a.item","multiple":true,"delay":0},{"id":"next-page","type":"SelectorLink","parentSelectors":["_root","next-page"],"selector":"a.paginext","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["_root","pornstars","next-page"],"selector":"strong","multiple":false,"regex":"","delay":0},{"id":"img","type":"SelectorImage","parentSelectors":["_root","pornstars","next-page"],"selector":"img","multiple":false,"delay":0}]}