Commit f0395922 authored by litaolemo's avatar litaolemo

update

parent 53e56474
...@@ -139,8 +139,9 @@ class Crawler_xiaohongshu(): ...@@ -139,8 +139,9 @@ class Crawler_xiaohongshu():
output_to_es_register=False, output_to_es_register=False,
push_to_redis=False, proxies_num=None, **kwargs): push_to_redis=False, proxies_num=None, **kwargs):
self.driver.get("https://www.xiaohongshu.com/") self.driver.get("https://www.xiaohongshu.com/")
self.driver.implicitly_wait(2)
time.sleep(1) time.sleep(1)
self.driver.implicitly_wait(2)
self.driver.get(releaserUrl) self.driver.get(releaserUrl)
self.driver.implicitly_wait(2) self.driver.implicitly_wait(2)
time.sleep(1) time.sleep(1)
......
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