I have some internet radio stations which I can listen to inside a browser; but to play them in media players like VLC I need the URL of the actual audio stream. How can I get my browser (chrome or firefox) to tell me what that URL is?
I can't find the URL because it is not encoded on the webpage, but rather calculated by external javascript. I suppose I could snarf down that java script, and try to decypher it, but that sounds very painful, when my browser knows the answer all along.