How can i scrap radio name, radio stream url and radio logo all it once not one by one.
Any suggest from anyone.
How can i scrap radio name, radio stream url and radio logo all it once not one by one.
Any suggest from anyone.
For example, radiostations of Serbia...
Something like this....
{"_id":"RADIO","startUrl":["https://onlineradiobox.com/rs/"],"selectors":[{"elementLimit":0,"id":"element","multiple":true,"parentSelectors":["next"],"scroll":false,"selector":"li.stations__station","type":"SelectorElement"},{"id":"next","paginationType":"clickMore","parentSelectors":["_root","next"],"selector":"[role=\"menuitem\"] a:contains(\"→\")","type":"SelectorPagination"},{"extractAttribute":"src","id":"logo","multiple":false,"parentSelectors":["element"],"selector":".station__title__logo","type":"SelectorElementAttribute"},{"id":"name","multiple":false,"parentSelectors":["element"],"regex":"","selector":".station__title__name","type":"SelectorText"},{"extractAttribute":"stream","id":"URL","multiple":false,"parentSelectors":["element"],"selector":"button.station_play","type":"SelectorElementAttribute"}]}