private static final String detail_url="http://www.rtl.nl/active/epg_data/uitzending_data/";\r
private static final String icon_url="http://www.rtl.nl/service/gids/components/vaste_componenten/";\r
private static final String xmltv_channel_suffix = ".rtl.nl";\r
- private static final int MAX_PROGRAMMES_PER_DAY = 20;\r
+ private static final int MAX_PROGRAMMES_PER_DAY = 9999;\r
\r
private Connection db;\r
\r
} else if (tag.equals("wwwadres")) {\r
prog.addUrl(e.getTextContent());\r
} else if (tag.equals("alginhoud")) {\r
+ prog.addDescription(e.getTextContent());\r
} else if (tag.equals("inhoud")) {\r
+ prog.addDescription(e.getTextContent());\r
} else if (tag.equals("tt_inhoud")) {\r
// ignore, is summary of other fields\r
} else if (tag.equals("zendernr")) {\r