Search code examples
node.jsicecast

How do I find all the streams from a live IHeartRadio station?


I'm trying to find the entire stream list from a live IHeartRadio station (all streams available), and I've seen this answer, but they've since changed it, and now window.__store is null. Is there another way to find streams? I've looked around, and the only stuff I can find on IHeart seems to be this module, which does not seem to work for me. I've been at this for a good 3-4 hours, and have given up and gone last resort to come here. Also, I've seen methods where people use mitmproxy to inspect the traffic, but I need the icecast stream, specifically, which I cannot find at all.


Solution

  • I've now actually published a module that fixes this exact issue. It uses the Public IHeartRadio API to search and get streams. It can be found here.