刮掉所有这些链接

时间:2020-07-03 10:25:46

标签: python python-3.x beautifulsoup

我要抓this link 单击该链接后,您将看到很多篮子游戏。我想全部废弃。但我不知道如何自动执行。 例如:Scrape 1Scrape 2Scrape 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")

但是它甚至不起作用

0 个答案:

没有答案