mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-10 21:09:22 +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:]
|
_bold = lambda self, m: (ircutils.bold(m[0]),) + m[1:]
|
||||||
_sfTitle = re.compile(r'<h2>\[ (\d+) \] ([^<]+)</h2>', re.I)
|
_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):
|
def _getTrackerInfo(self, url):
|
||||||
"""
|
"""
|
||||||
Parses the specific tracker page, returning useful information.
|
Parses the specific tracker page, returning useful information.
|
||||||
|
Loading…
Reference in New Issue
Block a user