mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 15:44:06 +01:00
What is it with people changing the html for their website?
This commit is contained in:
parent
4c85f2e73a
commit
d5af6fc1f0
@ -195,7 +195,7 @@ class Sourceforge(callbacks.PrivmsgCommandAndRegexp):
|
|||||||
raise callbacks.Error, str(e)
|
raise callbacks.Error, str(e)
|
||||||
|
|
||||||
_bold = lambda self, m: (ircutils.bold(m[0]),) + m[1:]
|
_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)
|
_linkType = re.compile(r'(\w+ \w+|\w+): Tracker Detailed View', re.I)
|
||||||
def _getTrackerInfo(self, url):
|
def _getTrackerInfo(self, url):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user