added Hasaki crawler
This commit is contained in:
parent
67df30ff1d
commit
1f96972b6d
|
@ -32,10 +32,11 @@ def get_raw_product(url):
|
|||
else:
|
||||
iteminfo = request.response.body
|
||||
|
||||
iteminfo_json = json.loads(iteminfo)
|
||||
|
||||
|
||||
driver.quit()
|
||||
|
||||
iteminfo_json = json.loads(iteminfo)
|
||||
return iteminfo_json
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue