Kodi Community Forum
EPGUIDES XML Fail - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=60)
+--- Thread: EPGUIDES XML Fail (/showthread.php?tid=157232)



EPGUIDES XML Fail - surfsnake2 - 2013-02-23

the epguides xml i have seems to being failing somewhere, could one of you who understands this take a look at the pastebin to see what needs to be changed?

Thanks

http://pastebin.com/PacDd8F2


RE: EPGUIDES XML Fail - scudlee - 2013-02-23

It's the Google search which is borked.

Replace line 10 with:
Code:
<RegExp input="$$1" output="&lt;url&gt;https://www.google.com/search?hl=en&amp;as_q=\1&amp;as_sitesearch=epguides.com&amp;as_occt=title" dest="3">
and line 21 with:
Code:
<expression repeat="yes">&lt;a href=&quot;/url\?q=http://epguides\.com/([^/&quot;]+)[^&gt;]*?&gt;([^\(]+)</expression>



RE: EPGUIDES XML Fail - surfsnake2 - 2013-02-24

Thanks. Fixed!