How to get link?

Hi, can you help me?

I have used selector element attribute with the name attribute "href" but I can't get the link

Url: https://www.stitcher.com/search?q=forleo#episodes

Here is sitemap:
{"_id":"tes1","startUrl":["https://www.stitcher.com/search?q=forleo#episodes"],"selectors":[{"id":"Name","type":"SelectorText","parentSelectors":["pagination"],"selector":"h4.ellipsis","multiple":false,"regex":"","delay":0},{"id":"Desc","type":"SelectorText","parentSelectors":["pagination"],"selector":"p.ellipsis","multiple":false,"regex":"","delay":0},{"id":"info","type":"SelectorText","parentSelectors":["pagination"],"selector":"div.info","multiple":false,"regex":"","delay":0},{"id":"pagination","type":"SelectorElementClick","parentSelectors":["_root"],"selector":"div.episodeResults li:nth-of-type(-n+25) a","multiple":true,"delay":"0","clickElementSelector":"a.episodes","clickType":"clickMore","discardInitialElements":true,"clickElementUniquenessType":"uniqueText"},{"id":"link","type":"SelectorElementAttribute","parentSelectors":["pagination"],"selector":"parent","multiple":false,"extractAttribute":"href","delay":0}]}

Unfortunately, you won't be able to get your hand on the link, as it is generated dynamically by JS and there is no href attribute to extract.

Okay, thank you for your help