Hi, I created a php script that generates an xmltv output
url: https://ovaluk.eu/test/oneplay_epg/0058.php
and I would like to somehow incorporate that output into webgrab directly so that it is part of the resulting complete xmltv file.. how do I achieve that?
I created my own INI file but somehow it doesn't work and webgrab throws an error:
[Critical]
Object reference not set to an instance of an object.
[Critical]
at .—. (String[])
[Critical] Unhandled Exception
[Critical] Execution stopped
My custom ini files
site {url=https://ovaluk.eu/test/oneplay_epg/0058.php|timezone=Europe/Prague|maxdays=5|culture=cs-CZ|charset=UTF-8|type=xmltv}
channel {name=TN Live|xmltv_id=0058|site_id=0058}

You need a siteini for that,,,,give me few minutes
Here you go
great. works well.. otherwise the ovaluk server is mine.. it's an EPG from oneplay.cz for the TN Live channel, the EPG is not available anywhere else. I'll try to expand the php to other channels.
Id love to see how you structured your php file ;)