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
如题
_examples 这个文件里面的 go 下载代码就是全部的 go 语言接入的示例文档么?
其实我想要的是更细节的功能,比如下载指定分片,指定连接数,并行下载,针对 .torrent 文件,磁力链接等等全部处理的文档
The text was updated successfully, but these errors were encountered:
HELP ME
Sorry, something went wrong.
目前没有库文档,因为重心在UI侧,你可以看看接口文档有些说明: https://docs.gopeed.com/zh/api.html
好的多谢,因为我是想直接调程序去下周各种类型文件,希望功能啥的可以直接用 不过目前看来我项目版本是 go1.6,没法直接使用库下载
只能安装然后接口调用了
不过感觉你可以丰富一下 库的介绍和生态,来这里的研发感觉比较多,安装的话调用接口还要维护个服务组件可能一般情况下不会轻易搞到生产上,aria2那些库也更完善些短时间不好超过,库的话可以多做些工作,可能用的人更多,不仅仅是想安装下载种子的小白去用了
另外接口文档这边我看了下,它可以支持 .torrent 种子文件直接解析下载资源么,比如入参传一个 .torrent 的 base64 文件 magnet 磁力链接是直接支持的,直接传到 url 就可以下载,这个 ok,种子文件这边我还没看到
感谢回复希望做得更好
.torrent也是支持的,传本地文件绝对路径就行,另外我感觉做库的话应该没什么市场吧,下载器还是要有ui用的人才多点
No branches or pull requests
如题
_examples 这个文件里面的 go 下载代码就是全部的 go 语言接入的示例文档么?
其实我想要的是更细节的功能,比如下载指定分片,指定连接数,并行下载,针对 .torrent 文件,磁力链接等等全部处理的文档
The text was updated successfully, but these errors were encountered: