Pagination is not working on the website

Describe the problem.

Url: https://www.oeffnungszeitenbuch.de/stadt/Berlin-2.html

Sitemap:
{"_id":"berlin","startUrl":["https://www.oeffnungszeitenbuch.de/stadt/Berlin-1.html"],"selectors":[{"id":"Name","type":"SelectorText","parentSelectors":["element"],"selector":"u","multiple":false,"regex":"","delay":0},{"id":"Adress","type":"SelectorText","parentSelectors":["element"],"selector":"div.cboxAddr","multiple":false,"regex":"","delay":0},{"id":"element","type":"SelectorElement","parentSelectors":["_root"],"selector":".cboxcontent","multiple":true,"delay":0},{"id":"paginantion","type":"SelectorElementClick","parentSelectors":["paginantion"],"selector":"#seitennrD a:nth-of-type(5)","multiple":false,"delay":0,"clickElementSelector":"#seitennrD a:nth-of-type(5)","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"}]}

The URL changes consistently with each page, so you can use the Specify multiple URLs with ranges method. You do not need to create a paginator.

However, you should not attempt to scrape all 6,4xx pages at one go because you'd probably run out of RAM. Better to scrape in batches.