编程技术分享平台

网站首页 > 技术教程 正文

centos命令行下载BT种子和磁力链接

xnh888 2025-05-25 16:14:41 技术教程 12 ℃ 0 评论

wget是linux下常用的命令行下载工具,是Linux用户是必不可少的工具,尤其对于网络管理员,经常要下载一些软件。tget是种子文件的 wget。而“tget”是一个简单的命令行BT下载工具,可以用于BT种子和磁力链接的下载。

tget使用Nodejs环境开发,基于 torrent-stream ,代码量很少。

安装tget的方法:

yarn global add t-get

# if you use npm
npm install -g t-get

# on Arch based distros you can install from the aur
yay -S nodejs-tget

torrent种子文件的下载方法:

wget  https://xxxx.com/linux.iso.torrent linux.iso.torrent

tget-用于BT种子/磁力链接下载的wget
磁力链接的下载:

$ tget 'magnet:?xt=urn:btih:0403fb4728bd788fbcb67e87d6feb24eK21VuKd9R4nP'

然后就可以使用了。

本文暂时没有评论,来添加一个吧(●'◡'●)

欢迎 发表评论:

最近发表
标签列表