I'm trying to write a xbmc plugin for mako.co.il (I know there is a xbmako but I can't install it on linux). When I try to regexp the episodes site I don't get any result. I tried this web page and I could find the link using a href=".*?">\n\t*<img
Here is a test site: http://www.mako.co.il/mako-vod-keshet/aharoni_cooks
And here is the tutorial: http://wiki.xbmc.org/index.php?title=HOW-TO_write_plugins_for_XBMC
I think it has something to do with the line break, the solution I thought about is to search for anything of the which has a href=".*?">
followed by anything, followed by \t<img
Edit:
OK, so I try to do this dom xml parsing style. I am now stuck because that in line 101 I have a (javascript?) part with a for loop which the parser thinks to be a tag...