mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Fix the bid regexp.
This commit is contained in:
parent
2b12472711
commit
c0d95a26d0
@ -85,7 +85,7 @@ class Ebay(callbacks.PrivmsgCommandAndRegexp):
|
||||
_info = re.compile(r'<title>eBay item (\d+) \([^)]+\) - ([^<]+)</title>',
|
||||
_reopts)
|
||||
|
||||
_bid = re.compile(r'((?:Current|Starting) bid):.+?<b>([^<]+?)<fo', _reopts)
|
||||
_bid = re.compile(r'((?:Current|Starting) bid):.+?<b>([^<]+?)<', _reopts)
|
||||
_winningBid = re.compile(r'(Winning bid|Sold for):.+?<b>([^<]+?)<font',
|
||||
_reopts)
|
||||
_time = re.compile(r'(Time left):.+?<b>([^<]+?)</b>', _reopts)
|
||||
|
Loading…
Reference in New Issue
Block a user