gpt4 book ai didi

python - 如何爬行 arxiv 理智?

转载 作者:行者123 更新时间:2023-12-01 07:28:55 26 4
gpt4 key购买 nike

我想要抓取“链接”、“标题”和“摘要”

我怎样才能抓取这个?

我试过了

import requests
import json

url = 'http://www.arxiv-sanity.com/top?timefilter=year&vfilter=all'
res = requests.get(url)
text = res.text
# print(text)

d = json.loads(text)
print(d['title'], d['link'], d['abstract'])

但是SONDecodeError:期望值:第1行第1列(字符0)发生

最佳答案

该 URL 返回 HTML,而不是 json 响应。所以你无法对其进行 JSON 解码。

关于python - 如何爬行 arxiv 理智?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57312256/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com