Are you getting any indication in epg importer log urie
you can access epg-importer log while its running
I am not to familiar with the code now they changed all the twisted client code. (it all worked when they originally used my edits)
But maybe that encode is still required on the url
pasted-from-clipboard.png
my plugins write the urls in a cdata wrapper as they have query strings in them.
This might have just been tested on rytec urls which are just plain urls.
<url><![CDATA[http://blah.uk:8080/xmltv.php?username=blah&password=blah&next_days=7]]></url>
<url>http://www.xmltvepg.nl/rytec.channels.xml.xz</url>
I am going to hack it into my box and see if I can determine whats going on.
Interestingly I don't wrap them in a cdata tag in xtreamity. But I do convert ampersands to & instead
abu baniaz urie
I have left a comment on that commit for TwolDE2
