首先,需要安装第三方库requests和beautifulsoup4,可以在命令行中使用pip进行安装。
安装完成后,可以使用如下代码爬取数据:
import requests
from bs4 import BeautifulSoup
url = 'https://www.kaggle.com/datasets/sudhanshu2198/oil-spill-detection'
response = requests.get(url)
soup = BeautifulSoup(response.text, 'html.parser')
# 找到所有包含下载链接的a