slightly more robust XML parsing of the GPX track (elevation is now
[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     <match>invasion</match>
36   </program>
37   
38   <program>
39     <action>notify</action>
40     <category>documentaires</category>
41     <match>(zembla)|(uur.*wolf)|(andere tijden)|(de.*leugen.*regeert)</match>
42   </program>
43   
44   <program>
45     <priority>20</priority>
46     <match>star.*gate</match>
47   </program>
48
49   <program>
50     <match>six.*feet.*under</match>
51   </program>
52   
53   <program>
54     <priority>11</priority>
55     <match>battlestar</match>
56   </program>
57
58   <program>
59     <priority>10</priority>
60     <match>star trek</match>
61   </program>
62
63   <program>
64     <priority>9</priority>
65     <match>((dr)|(doct.*)).*who</match>
66   </program>    
67
68   <program>
69     <match>little britain</match>
70   </program>
71
72   <program>
73     <priority>9</priority>
74     <match>the.*x.*files</match>
75   </program>
76
77   <program>
78     <priority>9</priority>
79     <match>buffy.*vampire.*slayer</match>
80   </program>
81
82   <program>
83     <action>notify</action>
84     <match>de.*wereld.*draait.*door</match>
85   </program>
86   
87   <program>
88     <priority>8</priority>
89     <match>jag</match>
90   </program>
91   
92   <program>
93     <priority>5</priority>
94     <match>shouf shouf</match>
95   </program>
96   
97   <program>
98     <match>red dwarf</match>
99   </program>
100   
101   <program>
102     <match>top gear</match>
103   </program>
104
105   <program>
106     <match>bedreigde.*paradijzen</match>
107   </program>
108
109   <program>
110     <match>wie is de baas</match>
111   </program>
112   
113   <program>
114     <category>wetenschap</category>
115     <action>notify</action>
116     <match>brainiac</match>
117   </program>
118   
119   <program>
120     <category>auto</category>
121     <match>wegmisbruikers|(blik.*op.*weg)</match>
122   </program>
123   
124 </programs>