Commit 6774ae74 authored by liyang's avatar liyang

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

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