We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
不知道是不是最近知乎改了话题的API,现在getTopicByID返回空的数组。重现方法:
getTopicByID
const zhihu = require('zhihu'); zhihu.Topic.getTopicByID('19584970').then(console.log);
输出
{ name: '', page: 1, totalpage: 0, questions: {} }
The text was updated successfully, but these errors were encountered:
同遇到这个问题,貌似获取不到对应话题的问题列表了
Sorry, something went wrong.
这个项目的话题不是用api做的,现在知乎的界面改版导致爬不到数据,而且现在话题也提供api了
同上问题,请问有解决方案吗
@qiqingfu 有 自己维护一个知乎API模块
No branches or pull requests
不知道是不是最近知乎改了话题的API,现在
getTopicByID
返回空的数组。重现方法:输出
The text was updated successfully, but these errors were encountered: