1
0
mirror of http://aero2k.de/t/repos/urlbot-native.git synced 2017-09-06 15:25:38 +02:00

url_blacklist: unloosen the heise regex

This commit is contained in:
urlbot
2014-11-29 14:17:56 +01:00
parent 9f6078a314
commit b3bebedd47

View File

@@ -27,7 +27,7 @@ config['path_cmdfifo'] = 'cmdfifo'
config['persistent_storage'] = 'urlbot.persistent' config['persistent_storage'] = 'urlbot.persistent'
config['url_blacklist'] = [ config['url_blacklist'] = [
r'^.*heise\.de/newsticker/.*$', r'^.*heise\.de/[^/]+/meldung/.*$',
r'^.*wikipedia\.org/wiki/.*$' r'^.*wikipedia\.org/wiki/.*$'
] ]