How to scrape podcast links on Next page

Hi everyone,

I'm trying to scrape the podcast links here, https://www.bfm.my/podcast. The scapper window closed after running for a while and there's no result returned. Could you please help me out or point out if anything overlooked, thank you.

Sitemap:
{"_id":"bfmpodcast_backfill","startUrl":["https://www.bfm.my/podcast"],"selectors":[{"id":"nextpage","paginationType":"clickMore","parentSelectors":["_root","nextpage"],"selector":"input[value='Next']","type":"SelectorPagination"},{"id":"podcast","multiple":true,"parentSelectors":["nextpage"],"selector":"td a","type":"SelectorLink"}]}

Try:

{"_id":"bfmpodcast_2","startUrl":["https://www.bfm.my/podcast"],"selectors":[{"id":"podcast","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root","nextpage"],"selector":"tr td a","type":"SelectorLink"},{"clickActionType":"real","clickElementSelector":"form input[value='Next']","clickElementUniquenessType":"uniqueText","clickType":"clickMore","delay":4500,"discardInitialElements":"discard-when-click-element-exists","id":"nextpage","multiple":false,"parentSelectors":["_root","nextpage"],"selector":"div > table#table_res","type":"SelectorElementClick"}]}