linux环境ed2k和magnet下载torrent种子-泓源视野

linux环境ed2k和magnet下载torrent种子

https://yyets.dmesg.app/index.html   不能使用种子下载
人人影视资源下载 linux环境下
tget 安装首先安装 apt-get install npm
然后git clone https://github.com/jeffjose/tget
wget是linux下常用的命令行下载工具,是Linux用户是必不可少的工具,尤其对于网络管理员,经常要下载一些软件。而tget是一个简单的命令行BT下载工具,可以用于BT种子和磁力链接的下载。

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

tget源代码: https://github.com/jeffjose/tget 类似的项目: https://github.com/mafintosh/peerflix
安装tget:

npm install -g t-get
torrent种子文件的下载:

$ wgethttp://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-amd64.iso.torrent $ tgetubuntu-16.04.1-desktop-amd64.iso.torrent
tget-用于BT种子/磁力链接下载的wget
磁力链接的下载:

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


说明:很多人肯定以为Aria2只是一个下载工具,需要配合前端比如Aria2 Web UIAriaNg等使用,其实Aria2本身就是个命令行工具,优点是轻量、开源,支持多协议、多线程,可以直接使用Aria2命令来下载BT种子等资源文件,这里说下Aria2命令使用方法。

安装

执行以下命令:

yum install aria2 #CentOS系统
apt-get install aria2 #Debian/Ubuntu系统

使用

1、直链下载
下载直链文件,只需在命令后附加地址,如:

aria2c http://xx.com/xx

如果需要重命名为yy的话加上--out或者-o参数,如:

aria2c --out=yy http://xx.com/xx
aria2c -o yy http://xx.com/xx

使用aria2的分段和多线程下载功能可以加快文件的下载速度,对于下载大文件时特别有用。-x 分段下载,-s 多线程下载,如:

aria2c -s 2 -x 2 http://xx.com/xx

这将使用2个连接和2个线程来下载该文件。

2、BT下载
种子和磁力下载:

aria2c ‘xxx.torrnet‘
aria2c '磁力链接'

列出种子内容:

aria2c -S xxx.torrent

下载种子内编号为14567的文件,如:

aria2c --select-file=1,4-7 xxx.torrent

设置bt端口:

aria2c --listen-port=3653 ‘xxx.torrent’

3、限速下载
单个文件最大下载速度:

aria2c --max-download-limit=300K -s10 -x10 'http://xx.com/xx'

整体下载最大速度:

aria2c --max-overall-download-limit=300k -s10 -x10 'http://xx.com/xx'

这些基本都是常用的几个命令,更多的可以使用man aria2caria2c -h查看。


三,使用transmission工具 官网https://transmissionbt.com/download/

apt-get install transmission

图形化下载界面


四,在线种子下载代理  https://www.furk.net/users/files/stats

 

本文由 泓源视野 作者:admin 发表,其版权均为 泓源视野 所有,文章内容系作者个人观点,不代表 泓源视野 对观点赞同或支持。如需转载,请注明文章来源。
18

发表评论

Protected with IP Blacklist CloudIP Blacklist Cloud
您是第8238510 位访客, 您的IP是:[18.218.38.125]