Commit c7f095ea authored by liyang's avatar liyang

feat:instagram debug

parent a215e5fc
......@@ -98,6 +98,7 @@ def reptile(browser=None, search_word=""):
img_list = browser.find_elements("xpath", "//div[@role='dialog']/div//article/div/div[1]/div/div[1]//img")
# 过滤视频
video_list = browser.find_elements("xpath", "//div[@role='dialog']/div//article/div/div[1]/div/div[1]//video")
title = ""
for key, item in enumerate(img_list):
src = ""
img_soup = ""
......
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