Quote:
Originally Posted by blood.eaglz
From what I can tell (with the help of Urlsnooper2 and wireshark), it appears the json is now being hosted at http://project.abc.net.au (on loading a gzip file identified as containing json is transferred from there) I got a 403 error trying to follow the url.
|
That seems to just be the watchlists for individual users.
Quote:
However the site itself seems to contain a lot of the directory within the source code of the channel, categories and programs A-Z pages, allowing you to branch off to each episode. Whether that would be usable for our purposes I'll leave to the coders to determine.
|
In the worst case, it looks like it is possible to scrape the details from the HTML, but that's WAY more of a hassle to parse (and problematic in terms of it breaking) than getting the JSON.
Probably the best thing would be to put wireshark into promiscuous mode and capture traffic from non-browser app, like a TV or Xbox.