(no commit message)
[utils] / crawler / kiss / conf / kiss / programs.xml
1 <programs>
2   
3   <program>
4     <match>wintertijd</match>
5   </program>
6  
7   <program>
8     <category>horror</category>
9     <action>notify</action>
10     <match field="description">horror</match>
11   </program>
12   
13   <program>
14     <category>films</category>
15     <action>notify</action>
16     <match field="keywords">film</match>
17     <match field="description">horror|actie|thriller</match>
18   </program>
19   
20   <program>
21     <category>science fiction</category>
22     <action>notify</action>
23     <match field="description">(sci-fi)|(science fiction)</match>
24   </program>
25   
26   <program>
27     <category>documentaires</category>
28     <action>notify</action>
29     <match>(zembla)|(uur.*wolf)</match>
30   </program>
31   
32   <program>
33     <match>star.*gate</match>
34   </program>
35   
36   <program>
37     <match>battlestar</match>
38   </program>
39
40   <program>
41     <match>star trek</match>
42   </program>
43   
44   <program>
45     <match>shouf shouf</match>
46   </program>
47   
48   <program>
49     <match>red dwarf</match>
50   </program>
51   
52   <program>
53     <match>top gear</match>
54   </program>
55   
56   <program>
57     <action>notify</action>
58     <match>brainiac</match>
59   </program>
60   
61   <program>
62     <match>lois.*clark</match>
63   </program>
64   
65 </programs>