分页: 1 / 1

能否支持Gopeed下载器

发表于 : 2024年 12月 27日 13:26
☆≈逍遥≈☆
最近发现一款开源的Gopeed的下载器,支持HTTP、BitTorrent、Magnet下载,想用它来替代IDM

官网:https://gopeed.com/zh-CN
源码:https://github.com/GopeedLab/gopeed

我测试了下, 它是支持命令行启动的,在猫眼里设置Gopeed也能够正常的启动它,但是具体的传递参数官方文档里没有写,不知道应该怎么填。
虽然它有Chrome扩展,但是扩展不支持支持启动Gopeed下载器,必须先手动启动后扩展才能调用,实在是麻烦。

希望大佬能够支持这款下载器,拜谢 :D

Re: 能否支持Gopeed下载器

发表于 : 2024年 12月 27日 16:34
catsxp
gopeed 启动参数表

代码: 全选

  -A string
        Bind Address (default "0.0.0.0")
  -P int
        Bind Port (default 9999)
  -T string
        API token, that can only be used when basic authentication is enabled.
  -c string
        Config file path (default "./config.json")
  -d string
        Storage directory
  -p string
        HTTP Basic Auth Password
  -u string
        HTTP Basic Auth Username (default "gopeed")
如果有自定义了相关参数,要添加对应的设置值
在柔性下载窗口里 参数 里填入 即可正常调用下载

代码: 全选

$1 -d $2

Re: 能否支持Gopeed下载器

发表于 : 2024年 12月 27日 22:49
☆≈逍遥≈☆
感谢大佬,可以调用了👍👍👍