Parsing HTML for show list.

I am working on a plugin for Kanal5 in sweden. The show episode lists can be downloaded with json but there is no api to get a list of all the shows.

What is the easiest way to parse this information from the web page? http://www.kanal5play.se/a-o



The shows are in a table called:



Where each show has in a div inside a td:




The title of the show is the text in the hyperlink and the description of the show is in the title.

Would be great with any input!


take a look at some other plugins. this type of stuff is done frequently.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.