如何将 torrent 服务从 qbittorrent(在跟踪器的禁止列表中)更改为不在此禁止列表中的任何其他 torrent 客户端:
https://i.postimg.cc/Gp8W4DMW/banned-clients.png
更改将在此 colab 脚本行中:
#安装QBitTorrent !add-apt-repository ppa:qbittorrent-team/qbittorrent-stable -y
!apt 安装qbittorrent-nox
我不确定将替换的相应代码行是什么: ppa:qbittorrent-team/qbittorrent-stable 和 qbittorrent-nox 用于安装新的 torrent 客户端
种子将通过脚本中的 qBitorrent Web UI 可视化
因此,我还将已安装的客户端从 qbittorrent-nox 更改为以下代码中新客户端的名称:
#创建种子链接
导入线程
进口时间
导入请求
导入json
导入子流程
默认洪流(端口):
command = subprocess.Popen(['**qbittorrent-nox**', f'--webui-port={port}'])
我希望我在这里没有问太多,因为我什至不确定哪个 torrent 客户端适合我,如果我是,请接受我的道歉,感谢您的帮助。
PS:不确定这是否有帮助,但我从该视频中获得了脚本和说明: