
Gopeed - A modern download manager
Open source, lightweight, native, supports (HTTP, BitTorrent, Magnet , etc.) for downloading.
安装 | Gopeed 文档
安装 . 前往 官网 下载,会根据你的操作系统自动选择对应的版本进行下载。; 前往 GitHub 下载,可以自行选择对应的版本进行下载。; Windows . Windows 分为两个版本,一个是安装包版本还有一个是免安装版本,大家可以根据自己的喜好进行选择。. 免安装版本文件名为:Gopeed-v1.x.x-windows-amd64-portable.zip
介绍 | Gopeed 文档
Gopeed 文档网站. 功能 Gopeed Motrix IDM; HTTP: ️: ️: ️: BitTorrent: ️: ️: : Magnet
Extension Development | Gopeed Docs
Next, let's introduce the meaning of each field one by one: gopeed.events.onResolve: Here, the onResolve event is registered, and the method inside is the specific logic of the extension.; ctx: Event context, which contains some information about the current event.In the onResolve event, ctx contains the following fields: . req: Request information, including the url and headers of …
Installation | Gopeed Docs
Beyond that, there are also .deb and .AppImage installation packages, which can be downloaded and installed as needed.. Android . The Android version provides a .apk file, which can be downloaded and installed directly, and supports all CPU architectures.. iOS . Currently, only the .ipa file is provided for the iOS platform, which needs to be signed and installed by itself.
Introduction | Gopeed Docs
Of course, Gopeed may also have many shortcomings, but we will continue to improve it. Moreover, Gopeed is open source, you can propose your ideas anytime, anywhere, or directly contribute code to make Gopeed better.
开发 | Gopeed 文档
2024年11月5日 · Table of Contents for current page . 开发 . Gopeed 目前提供两种方式对外进行扩展,一种是通过对接 HTTP API,另一种是通过JavaScript脚本开发扩展进行增强。. API 对接 . 请参考 文档. 扩展开发 . 请参考 文档
API 对接 | Gopeed 文档
api 对接 . gopeed 对外提供了 http api 接口,可以通过 api 进行下载管理。 启用接口 . 首先需要设置通讯协议为 tcp,通过设置 -> 高级 -> 通讯协议,将通讯协议设置为 tcp,并设置 ip 和端口,如下图所示:
扩展开发 | Gopeed 文档
接下来,我们逐一介绍一下脚本的内容: gopeed.events.onResolve:这里是注册onResolve事件,方法里面就是扩展的具体逻辑了。; ctx:事件上下文,包含了当前事件的一些信息,在onResolve事件中,ctx包含了以下字段: . req:请求信息,包含了资源的 url、headers 等等。; res:响应信息,脚本需要将解析出的 ...
Development | Gopeed Docs
2024年11月5日 · Table of Contents for current page . Development . GoPeed currently provides two ways to extend externally, one is to connect to HTTP API, and the other is to enhance through JavaScript script development extension.