I recently switched to WebGrab++ because I moved my homeserver to Linux/Ubuntu. Before I was using EPGBuddy with tvspielfilm.de. I wanted to continue to use tvspielfim.de but found it is broken in WebGrab++. Current tvspielfilm.de website has subpages with max. 30 shows per day. However, in the current .ini file Rev. 7 'page=1' is hard-coded.
So I started to modify the .ini file and tried to add the subpage parameter. Initilially it looked like it works, but then I noticed the number of shows retrieved is far too high and incremamtal updates completely mess-up the guide data probably because there are duplicate shows in the guide.xml.
In the attached zip there are the files from 2 runs for 1 channel for today:
Run 1: 'page=1' is hardcoded in url_index. The page is downloaded once in html_source.htm (as it should be, I assume). guide.xml contains exactly the 30 shows from page 1. Runnung an incremamtal update works as expected, no changes made, still 30 shows in guide.xml.
Run 2: 'page=|subpage' enabled. For today there are 2 pages There are in total 40 shows. In html_source.htm the pages are downloaded 2 times. There is page 1, then page 1 again, then page 2, page 2 again etc.. In the resulting guide.xml the 30 shows from page 1 are ok but the 10 shows from page 2 are listed twice. There are 50 shows instead of 40. Running then an incremamtal update messes up the guide.
I am confused. What is wrong with the subpage parameter? Any help or hint would be appreciated.
Michael