From 9558d973693e9ae3d90f21682893bafdca9cdcb2 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 8 Nov 2010 20:03:49 +0100 Subject: mensa.py: Another fix... --- modules/mensa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/mensa.py b/modules/mensa.py index 279caa0..8e66796 100644 --- a/modules/mensa.py +++ b/modules/mensa.py @@ -59,7 +59,7 @@ class Module(ModuleBase): return (ret, match.end()) - match = re.compile(r'^.*?]*>.*?]*>.*?(\d+)\.(\d+)\. - \d+\.\d+\.(\d+)\.*?.*?(?:]*>\s*){4}(.*?).*$', re.DOTALL).match(data) + match = re.compile(r'^.*?]*>.*?]*>.*?(\d+)\.(\d+)\. - \d+\.\d+\.(\d+)\.*?.*?Freitag\s*(.*?).*$', re.DOTALL).match(data) if not match: return False -- cgit v1.2.3