Sourceforge changed their format, again

This commit is contained in:
James Vega 2005-01-04 16:17:35 +00:00
parent 3d8a4e280c
commit 8684864721
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ class Sourceforge(callbacks.PrivmsgCommandAndRegexp):
_bold = lambda self, m: (ircutils.bold(m[0]),) + m[1:]
_sfTitle = re.compile(r'<h2>\[ (\d+) \] ([^<]+)</h2>', 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.