How to scrape Radio Stream URL

Hi.
How can I copy the streaming URLs of the radios on this page:

No matter how hard I try, I can't select the streaming URL.
Example: https://scdn.nrjaudio.fm/adwz2/fr/30001/mp3_128.mp3

@richxrdc Hi. Are you looking to scrape the URL which would lead to some external source, because as it seems most of these links are internal?

Example:

{"_id":"ecouterradioenligne-com-example","startUrl":["https://ecouterradioenligne.com/"],"selectors":[{"delay":0,"id":"links","multiple":true,"parentSelectors":["_root"],"selector":"span a","type":"SelectorLink"}]}

@ViestursWS Hi. Thanks for the reply.

By clicking on the play button (a.btn-play) the radio stream starts playing.
It is precisely the link or URL stream that I want to obtain.

As an example, the page https://ecouterradioenligne.com shows the radio NRJ, the link or URL Stream is:
https://scdn.nrjaudio.fm/adwz2/fr/30001/mp3_128.mp3



Name Stream
NRJ https://scdn.nrjaudio.fm/adwz2/fr/30001/mp3_128.mp3
Skyrock FM https://icecast.skyrock.net/s/natio_mp3_128k?tvr_section1=128mp3
RFI https://rfimonde-96k.ice.infomaniak.ch/rfimonde-96k.mp3



{"_id":"ecouterradioenligne","startUrl":["https://ecouterradioenligne.com"],"selectors":[{"id":"radios","parentSelectors":["_root"],"type":"SelectorLink","selector":"span a","multiple":true,"delay":0},{"id":"Name","parentSelectors":["radios"],"type":"SelectorText","selector":"strong#radio-title","multiple":false,"delay":0,"regex":""},{"id":"Stream","parentSelectors":["radios"],"type":"SelectorLink","selector":"a.btn-play","multiple":false,"delay":0}]}

@richxrdc It does not look like the aforementioned links are available with the HTML code of this website.


@ViestursWS I extract the mentioned links with the extension Video DownloadHelper.

Step 1: Click on the play button

Screenshot_4

Step 2: Open extension options

Screenshot_2

Step 3: Click on "Copy URL"

Screenshot_3

Step 4: Paste

https://icecast.skyrock.net/s/natio_mp3_128k?tvr_name=ecouterradioenligne&tvr_section1=128mp3