我要抓this link 单击该链接后,您将看到很多篮子游戏。我想全部废弃。但我不知道如何自动执行。 例如:Scrape 1,Scrape 2和Scrape 3
我只有这个:
urlMom = "https://www.google.com/search?rlz=1C1CHBF_esES858ES858&sxsrf=ALeKk00vAYRnHmOE6qFRilFVywG3lzWqrg:1593765601198&q=liga+acb&spell=1&sa=X&ved=2ahUKEwij1o7E17DqAhXGSsAKHfPfB5EQBSgAegQIDBAq&biw=958&bih=927#sie=lg;/g/11hz1p2mky;3;/m/04mds4;mt;fp;1;;"
page = requests.get(urlMom)
soup = BeautifulSoup(page.content, "html.parser")
links = soup.findAll("div", class_="imspo_mt__mit")
但是它甚至不起作用