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
请问 能否 针对采集类型的站 增加搜索和翻页或者排序的功能 有些资源列表显示的结果太多了,上百页,最新的资源往往在最末几页 斗胆看了看代码,没有找到排序相关的功能
The text was updated successfully, but these errors were encountered:
1.排序后续会加上
2.搜索的话,虽然maccms提供了api,但是大部分的采集站并不提供搜索api。通过api请求不是结果为空就是乱给的结果(比如多个不同关键词请求得出同一个搜索结果列表)。所以这个需要根据不同的采集站单独编写python代码实现搜索功能😂
Sorry, something went wrong.
No branches or pull requests
请问 能否 针对采集类型的站 增加搜索和翻页或者排序的功能
有些资源列表显示的结果太多了,上百页,最新的资源往往在最末几页
斗胆看了看代码,没有找到排序相关的功能
The text was updated successfully, but these errors were encountered: