IceTV Forum

IceTV Guide for IceTV enabled PVRs => XMLTV (General) => Topic started by: dboutchard on February 12, 2015, 02:25:35 PM

Title: webget doesn't return guide data
Post by: dboutchard on February 12, 2015, 02:25:35 PM
Hi,

I would like to use webget to return channel data for the ARGUS server.

The webget returns a file OK but it's got no guide data in it. Its got plenty of other info but not anything useful.

The webget batch file I am using is:
webget.exe "http://iceguide.icetv.com.au/cgi-bin/epg/iceguide.cgi ?op=xmlguide" -u dboutchard -p mypassword -o C:\xml\icetv.xml

The batch file runs without error and loads the file icetv.xml OK.

I have attached the fie.

Assistance appreciated.

David
Title: Re: webget doesn't return guide data
Post by: raymondjpg on February 13, 2015, 09:27:20 AM
It works OK for me. Only difference in script that I can see is a space before ?op=xmlguide in yours, not in mine.

So if yours was:

webget.exe "http://iceguide.icetv.com.au/cgi-bin/epg/iceguide.cgi ?op=xmlguide" -u dboutchard -p mypassword -o C:\xml\icetv.xml

try

webget.exe "http://iceguide.icetv.com.au/cgi-bin/epg/iceguide.cgi?op=xmlguide" -u dboutchard -p mypassword -o C:\xml\icetv.xml