another request for this site http://forum.xbmc.org/showthread.php?tid=41645
Some info
http://www.boston.com/bigpicture/index.xml
OR
(code taken from animefreak.tv plugin / thx BlueCop)
for Catagory:
Code:
topmenu=re.compile('<option value="(.+?)">(.+?)</option>').findall(items)Topic:
Code:
topmenu=re.compile('<h2><a href="(.+?)">(.+?)</a></h2>').findall(items)Pictures:
Code:
match=re.compile('<a name="(.+?)"></a><img src="(.+?)"').findall(items)I'm not sure about comments. Its not posibble with plugin maybe with script possible.(Like @Voinage said

Search
Help