Commit 01474d0b authored by litaolemo's avatar litaolemo

update

parent 95a68709
......@@ -129,10 +129,10 @@ class Crawler_xiaohongshu():
doc_type=None,
output_to_es_register=False,
push_to_redis=False, proxies_num=None, **kwargs):
self.driver.get(releaserUrl)
self.driver.get("www.xiaohongshu.com")
self.driver.implicitly_wait(1)
time.sleep(0.5)
self.driver.refresh()
self.driver.get(releaserUrl)
self.driver.implicitly_wait(1)
time.sleep(0.5)
self.driver.refresh()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment