Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
只做了获取用户信息、种子详情页发送到下载器、种子列表批量处理三个功能的适配。没有适配搜索功能。均已测试过能正常使用。
DCC与SBS使用的架构相同,均为rartracker,因为是前后端分离,种子详情页功能可能会出现插件运行早于api获取种子信息,导致获取到的种子体积为0的情况。考虑过要不要单独调用api获取种子体积,但感觉这么额外调用一次不太好,不知道有无较好的解决方案。
SBS的主域名是www.superbits.org,但目前访问会被强制跳转到login.superbits.org,除非手动将login.*的cookie复制到www.*上,否则正常是完全无法访问主域名的。因此我直接用了login.superbits.org作为主域名。