Weird <a> href. Can't hop to link. Help pls

I'm trying to scrape this category: https://www.indomio.hr/na-prodaju/zemljista/istarska-zupanija and its item pages. I'm a long time Webscraper user and wrote a bunch of scripts where I was hoping from category page to blog/article/item page without a problem. This time the scraper just gets the category page content and doesn't hop to the item page.

Is maybe the problem in this weird <a href>'s that they created?

Sitemap:

{"_id":"indomino","startUrl":["Pardon Our Interruption a","type":"SelectorLink"},{"id":"Title","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"Price","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"span.price","type":"SelectorText"},{"id":"Size","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"strong","type":"SelectorText"},{"id":"Description","multiple":false,"parentSelectors":["Link"],"regex":"","selector":".property__section--desc div.property__section__content","type":"SelectorText"},{"id":"Date published","multiple":false,"parentSelectors":["Link"],"regex":"","selector":".visible-sm li:nth-of-type(1) span","type":"SelectorText"},{"id":"Date updated","multiple":false,"parentSelectors":["Link"],"regex":"","selector":".visible-sm li:nth-of-type(2) span","type":"SelectorText"},{"id":"Price 2","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"tr:contains('Cijena') td","type":"SelectorText"},{"id":"Price m2","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"tr:contains('cijena/m2') td","type":"SelectorText"},{"id":"Location","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"tr:contains('Lokacija') td","type":"SelectorText"},{"id":"Other","multiple":false,"parentSelectors":["Link"],"regex":"","selector":"div.property__section--extras","type":"SelectorText"},{"id":"Agencija","multiple":false,"parentSelectors":["Link"],"regex":"","selector":".nobg a","type":"SelectorText"},{"id":"Agencja adresa","multiple":false,"parentSelectors":["Link"],"regex":"","selector":".agent-box__info li:nth-of-type(1)","type":"SelectorText"},{"extractAttribute":"href","id":"Agencija web","multiple":false,"parentSelectors":["Link"],"selector":".agent-box__info a.ext-link","type":"SelectorElementAttribute"}]}

@ultor Hi, it does not appear as the sitemap JSON you provided is valid.

After performing tests with the following sitemap there does not appear to be a particular issue.

{"_id":"indomio-hr","startUrl":["https://www.indomio.hr/na-prodaju/zemljista/istarska-zupanija"],"selectors":[{"id":"links","parentSelectors":["_root"],"type":"SelectorLink","selector":".property__title a","multiple":true},{"id":"title","parentSelectors":["links"],"type":"SelectorText","selector":"h1","multiple":false,"regex":""}]}