mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Sourceforge changed their format, again
This commit is contained in:
parent
3d8a4e280c
commit
8684864721
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user