在 disboard.org/ 上,我试图在一个类为“服务器名称”的 div 中收集所有 href。
源代码:
def scrape():
url = 'https://disboard.org/search?keyword=hacking'
response = requests.get(url).content
soup = BeautifulSoup(response, 'html.parser')
areas = soup.find_all('div', class_='server-name')
for area in areas:
print(area.get('href'))
调用此函数时给出的错误消息是“无”而不是链接。例子:
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
慕少森
相关分类