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