Hi,
The site used by the included grabber for Greek channels (www_in_gr) is not always updated resulting in empty EPG. I've put up an alternative grabber that uses tv.pathfinder.gr instead.
Unfortunately the site does not respond well to EXPECT / 100-Continue headers, so they need to be disabled using the attached WebEPG.exe.config (after all WebEPG does not really benefit from EXPECT headers since the POST data are minimal and disabling them will in fact save one round-trip for each request). If you already have a WebEPG.exe.config with other settings, add the following line in the appropriate section
The site used by the included grabber for Greek channels (www_in_gr) is not always updated resulting in empty EPG. I've put up an alternative grabber that uses tv.pathfinder.gr instead.
Unfortunately the site does not respond well to EXPECT / 100-Continue headers, so they need to be disabled using the attached WebEPG.exe.config (after all WebEPG does not really benefit from EXPECT headers since the POST data are minimal and disabling them will in fact save one round-trip for each request). If you already have a WebEPG.exe.config with other settings, add the following line in the appropriate section
Code:
<servicePointManager expect100Continue="false"/>