<match>((dr)|(doct.*)).*who</match>
</program>
+ <program>
+ <match>little britain</match>
+ </program>
+
<program>
<priority>9</priority>
<match>the.*x.*files</match>
</program>
<program>
- <action>notify</action>
<category>auto</category>
<match>wegmisbruikers|(blik.*op.*weg)</match>
</program>
private TVGuide createGuide(Page aPage, Report aReport) {
LOG.info("Obtaining full TV guide");
Action[] actions = aPage.getActions();
+ if ( actions.length == 0 ) {
+ LOG.error("No channels found");
+ aReport.addMessage("No channels found");
+ }
List<Channel> channels = new ArrayList<Channel>();
for (Action action : actions) {
try {