6236688cbc2f6d7130efa6b60231b3f76ea3b6d4
[utils] / crawler / kiss / conf / kiss / programs.xml
1 <programs>
2   
3   <program>
4     <category>horror</category>
5     <action>notify</action>
6     <match field="description">horror</match>
7   </program>
8
9   <program>
10     <category>horror</category>
11     <action>notify</action>
12     <match>the.*ghost.*whisperer</match>
13   </program>
14   
15   <program>
16     <category>films</category>
17     <action>notify</action>
18     <match field="keywords">film</match>
19     <match field="description">horror|actie|thriller</match>
20   </program>
21   
22   <program>
23     <category>wetenschap</category>
24     <action>notify</action>
25     <match field="description">wetenschap</match>
26   </program>
27   
28   <program>
29     <category>science fiction</category>
30     <action>notify</action>
31     <match field="description">sf-|(sci-fi)|(science fiction)</match>
32   </program>
33   
34   <program>
35     <action>notify</action>
36     <category>documentaires</category>
37     <match>(zembla)|(uur.*wolf)|(andere tijden)|(de.*leugen.*regeert)</match>
38   </program>
39   
40   <program>
41     <priority>20</priority>
42     <match>star.*gate</match>
43   </program>
44
45   <program>
46     <match>six.*feet.*under</match>
47   </program>
48   
49   <program>
50     <priority>11</priority>
51     <match>battlestar</match>
52   </program>
53
54   <program>
55     <priority>10</priority>
56     <match>star trek</match>
57   </program>
58
59   <program>
60     <priority>9</priority>
61     <match>((dr)|(doct.*)).*who</match>
62   </program>    
63
64   <program>
65     <priority>9</priority>
66     <match>the.*x.*files</match>
67   </program>
68
69   <program>
70     <priority>9</priority>
71     <match>buffy.*vampire.*slayer</match>
72   </program>
73
74   <program>
75     <action>notify</action>
76     <match>de.*wereld.*draait.*door</match>
77   </program>
78   
79   <program>
80     <priority>8</priority>
81     <match>jag</match>
82   </program>
83   
84   <program>
85     <priority>5</priority>
86     <match>shouf shouf</match>
87   </program>
88   
89   <program>
90     <match>red dwarf</match>
91   </program>
92   
93   <program>
94     <match>top gear</match>
95   </program>
96
97   <program>
98     <match>bedreigde.*paradijzen</match>
99   </program>
100
101   <program>
102     <match>wie is de baas</match>
103   </program>
104   
105   <program>
106     <category>wetenschap</category>
107     <action>notify</action>
108     <match>brainiac</match>
109   </program>
110   
111   <program>
112     <action>notify</action>
113     <category>auto</category>
114     <match>wegmisbruikers|(blik.*op.*weg)</match>
115   </program>
116   
117 </programs>