How to work with a "Next" botton in pagination

Hi all, I´m trying to scrape a web with a list of webs. I only want the names of the webs but I have a pagination like that: 1,2,3,4,5,...,19,NEXT

I´ve created the sitemap, created the element text and select, created the element pagination and select only "NEXT" and choosed parent selectors _root and pagination. The I´ve runned the scraper but only takes the first page results.

What i´m doing wrong??

Url: https://www.publisuites.com/advertisers/websites/table/

Sitemap:
{"_id":"publiviajes","startUrl":["https://www.publisuites.com/advertisers/websites/table/"],"selectors":[{"id":"link","type":"SelectorText","parentSelectors":["_root"],"selector":"td:nth-of-type(1) > a","multiple":true,"regex":"","delay":0},{"id":"pagination","type":"SelectorLink","parentSelectors":["_root","pagination"],"selector":"li.paginate_button.next a","multiple":true,"delay":0}]}

The Web Scraper pagination tutorial covers this scenario:
https://www.youtube.com/watch?time_continue=16&v=x8bZmUrJBl0