【发布时间】:2020-05-25 03:40:03
【问题描述】:
我是 python 新手,正在尝试构建数据抓取工具。
尝试运行时:
schedule_data = requests.get('https://nsmmhl.goalline.ca/schedule.php?league_id=264&from_date=2019-09-12&to_date=2020-02-02')
我明白了:
<bound method Response.raise_for_status of <Response [403]>>
谁能告诉我为什么?该链接工作正常。
【问题讨论】:
标签: python python-3.x web-scraping jupyter-notebook anaconda