I try to use the SubListingLink command to modify the alice_it.xml grabber posted by koala.
He also isn't able to make it working.
Probably the problem is that the "father" template has these parameters:
<entry name="BaseURL">http://spettacolo.alice.it</entry>
<entry name="SearchURL">/guidatv/cgi/index.cgi?tipo=3&channel=[ID]&day=[DD]/[MM]/[YYYY]</entry>
But the A HREF linked something like: "?tipo=1&qs=9191128"
so probably the program try to open the link http://spettacolo.alice.it?tipo=1&qs=9191128, which doesn't work, when it would open the correct one: http://spettacolo.alice.it/guidatv/cgi/index.cgi?tipo=1&qs=9191128
Changing the BaseURL to http://spettacolo.alice.it/guidatv/cgi/index.cgi make all not working..
Any suggestion?
Thanks
He also isn't able to make it working.
Probably the problem is that the "father" template has these parameters:
<entry name="BaseURL">http://spettacolo.alice.it</entry>
<entry name="SearchURL">/guidatv/cgi/index.cgi?tipo=3&channel=[ID]&day=[DD]/[MM]/[YYYY]</entry>
But the A HREF linked something like: "?tipo=1&qs=9191128"
so probably the program try to open the link http://spettacolo.alice.it?tipo=1&qs=9191128, which doesn't work, when it would open the correct one: http://spettacolo.alice.it/guidatv/cgi/index.cgi?tipo=1&qs=9191128
Changing the BaseURL to http://spettacolo.alice.it/guidatv/cgi/index.cgi make all not working..
Any suggestion?
Thanks
Italy