Link scraper with pagination

Hi,

I am trying to scrape the Name, Date and Link of the pdf files in this web site for years 2018, 2017, 2016, 2015.

Url: https://mf.rks-gov.net/page.aspx?id=1,103

Sitemap:
{"_id":"mfk","startUrl":["https://mf.rks-gov.net/page.aspx?id=1,103"],"selectors":[{"id":"link","type":"SelectorLink","parentSelectors":["_root"],"selector":"ul.list a","multiple":true,"delay":0}]}

However, this is only scraping the data which is visible on the first page and does not go through the other pages of the web site. The url does not change when pages change!

I would appreciate your suggestions on how to fix this sitemap so I can scrape the other pages as well.

Thank you,