Commit 6774ae74 authored by liyang's avatar liyang

feat:ins爬虫数据条件过滤优化

parent 49ccfcd8
...@@ -36,7 +36,7 @@ def reptile(browser=None, search_word=""): ...@@ -36,7 +36,7 @@ def reptile(browser=None, search_word=""):
base_url = "https://www.instagram.com/" base_url = "https://www.instagram.com/"
option = ['--headless'] option = ['--headless']
# ['--headless'] # ['--headless']
browser = browser or create(option, True) browser = browser or create(None, True)
# print(browser) # print(browser)
# 打开网页 # 打开网页
browser.get(base_url) browser.get(base_url)
......
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