What is it with people changing the html for their website?

This commit is contained in:
James Vega 2004-12-10 05:29:47 +00:00
parent 4c85f2e73a
commit d5af6fc1f0

View File

@ -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+) - ([^<]+)</title>', re.I)
_sfTitle = re.compile(r'<h2>\[ (\d+) \] ([^<]+)</h2>', re.I)
_linkType = re.compile(r'(\w+ \w+|\w+): Tracker Detailed View', re.I)
def _getTrackerInfo(self, url):
"""