-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
只检索文献信息出错,无法爬取摘要和关键字 #26
Comments
已经解决!需要重新匹配tag |
请问匹配tag需要修改那些地方呢 |
请问这个问题是如何解决的?能分享下吗? |
想问问怎么解决的 |
老哥,你好。你的仓库有三个项目。没看到呀。
…------------------ 原始邮件 ------------------
发件人: "CyrusRenty/CNKI-download" ***@***.***>;
发送时间: 2021年11月24日(星期三) 中午12:40
***@***.***>;
***@***.******@***.***>;
主题: Re: [CyrusRenty/CNKI-download] 只检索文献信息出错,无法爬取摘要和关键字 (#26)
报错信息:
在检索文件信息时,会出现”NoneType...find_all(‘a’)”的报错
解决办法:
我加了一个if判断如果find不到需要的信息(作者单位)就跳过,发现生成的excel里面都没有摘要和关键字了
问题猜测:
我打印了爬取到的soup,发现爬取到的html里面都没有摘要(在网页上查找同样的文章是存在摘要的),想问下作者是不是知网的接口又变了,因为对爬虫的了解很肤浅,真诚希望作者大大百忙之中解答一下,谢谢!
已经解决!需要重新匹配tag
想问问怎么解决的
可以看看我的仓库里面,不过好久了不一定还有效
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
上传了,你看看,去年帮别人做课设的时候改的,今年不一定能用 |
报错信息:
在检索文件信息时,会出现”NoneType...find_all(‘a’)”的报错
解决办法:
我加了一个if判断如果find不到需要的信息(作者单位)就跳过,发现生成的excel里面都没有摘要和关键字了
问题猜测:
我打印了爬取到的soup,发现爬取到的html里面都没有摘要(在网页上查找同样的文章是存在摘要的),想问下作者是不是知网的接口又变了,因为对爬虫的了解很肤浅,真诚希望作者大大百忙之中解答一下,谢谢!
The text was updated successfully, but these errors were encountered: