From 868486472105596fce0f2e907fd0f7ca931f5143 Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 4 Jan 2005 16:17:35 +0000 Subject: [PATCH] Sourceforge changed their format, again --- plugins/Sourceforge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Sourceforge.py b/plugins/Sourceforge.py index 00e939584..16f741d97 100644 --- a/plugins/Sourceforge.py +++ b/plugins/Sourceforge.py @@ -196,7 +196,7 @@ class Sourceforge(callbacks.PrivmsgCommandAndRegexp): _bold = lambda self, m: (ircutils.bold(m[0]),) + m[1:] _sfTitle = re.compile(r'

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

', re.I) - _linkType = re.compile(r'(\w+ \w+|\w+): Tracker Detailed View', re.I) + _linkType = re.compile(r'Project: (\w+ \w+|\w+): Tracker', re.I) def _getTrackerInfo(self, url): """ Parses the specific tracker page, returning useful information.