oh boo no...
This commit is contained in:
parent
9c8ffee5ce
commit
48d87f336a
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class YahooAuctionsItem:
|
|||
j = json.loads(re.match(r'.*var pageData ?= ?(\{.*?\});', r, re.DOTALL).group(1))
|
||||
ae = re.match(r'自動延長.+\n.+>(.+)<.+', r)
|
||||
if ae != None:
|
||||
ae = re.group(1)
|
||||
ae = ae.group(1)
|
||||
self.auto_extension = (ae == "あり")
|
||||
|
||||
except:
|
||||
|
|
Loading…
Reference in a new issue