Help with Scrape for mp3 news file

Hi all;

I am trying to murder my google-home speaker and replace it with my VoicePE.

The only two things we use google speaker is in the morning “Play ABC News” and “play radio station”. I have resolved radio station.

I finally found the mp3 url, but the url itself changes daily, but it’s position on the website does not.

However my attempts to follow scrape tutorials have no produced anything (mostly jsoup etc).

Can anyone assist?

Target website;

https://www.abc.net.au/news/2025-02-19/top-stories-from-abc-news/104954222

From that website, a url similar to this will appear (the last letters change every few hours); the src one;

<video class="jw-video jw-reset" tabindex="-1" disableremoteplayback="" webkit-playsinline="" playsinline="" src="https://mediacore-live-production.akamaized.net/audio/02/6r/Z/br.mp3"></video>

I don’t know anything about CSS or HTML things to zero in on this.

Can someone please assist?

Thanks