oh boo no...

This commit is contained in:
Lynne Megido 2020-08-24 18:11:17 +10:00
parent 9c8ffee5ce
commit 48d87f336a
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -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: