Scraping m3u8 url

Hi everyone,

I’m working on an addon to grab the local weather report from this page (http://www.nbcnewyork.com/weather/).

I can find the m3u8 link by looking at network activity, but don’t know how to find it in python (urllib2 only grabs the html, which doesn’t have the link).

I am guessing this is a common, beginner addon development question, but I haven’t found anything helpful in the forums. Could someone point me in the right direction as to how to grab this link in python?

Thanks,
Dan