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['url_blacklist'] = [
r'^.*heise\.de/newsticker/.*$',
r'^.*heise\.de/[^/]+/meldung/.*$',
r'^.*wikipedia\.org/wiki/.*$'
]