From d5af6fc1f096ea7d5b957bc4c12b068b122da543 Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 10 Dec 2004 05:29:47 +0000 Subject: [PATCH] What is it with people changing the html for their website? --- plugins/Sourceforge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Sourceforge.py b/plugins/Sourceforge.py index 8af58f1d0..35afd9580 100644 --- a/plugins/Sourceforge.py +++ b/plugins/Sourceforge.py @@ -195,7 +195,7 @@ class Sourceforge(callbacks.PrivmsgCommandAndRegexp): raise callbacks.Error, str(e) _bold = lambda self, m: (ircutils.bold(m[0]),) + m[1:] - _sfTitle = re.compile(r'Detail:(\d+) - ([^<]+)', re.I) + _sfTitle = re.compile(r'

\[ (\d+) \] ([^<]+)

', re.I) _linkType = re.compile(r'(\w+ \w+|\w+): Tracker Detailed View', re.I) def _getTrackerInfo(self, url): """