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
目前看用的是网页版的离线接口,这个接口的限制似乎是每添加50次(是次数,不是链接数量),就会出现一次验证。 而通过非网页版的官方客户端(比如115浏览器或115电脑版),则没有这种限制。
可以参考一下这个项目: https://github.com/deadblue/elevengo/blob/6ae9498cb4f930ecec955e6e67603a9f6663b4e5/lowlevel/api/offline.go#L52
The text was updated successfully, but these errors were encountered:
这里也有加密的方式: https://github.com/acgotaku/115/blob/e73e49a9517966add7f721e57b252aa4e15f4a6c/src/js/lib/secret.js#L5C7-L5C7
我研究一下
Sorry, something went wrong.
基于 deadblue/elevengo 用 Go 重新实现 https://github.com/zhifengle/rss2cloud
Rust 版的解密没写完,先搁置了。
zhifengle
No branches or pull requests
目前看用的是网页版的离线接口,这个接口的限制似乎是每添加50次(是次数,不是链接数量),就会出现一次验证。
而通过非网页版的官方客户端(比如115浏览器或115电脑版),则没有这种限制。
可以参考一下这个项目:
https://github.com/deadblue/elevengo/blob/6ae9498cb4f930ecec955e6e67603a9f6663b4e5/lowlevel/api/offline.go#L52
The text was updated successfully, but these errors were encountered: