下载工具大全

下载工具大全。

下载工具

优先选择IDM,也可以用XDM。

IDM

在Windows XP上使用可能会造成连不上网的问题。破解版下载链接如下。

1
https://ltribe.lanzout.com/itOtx0257b4f

不调用IDM下载

按住Alt键再点击下载按钮即可。

断点续传

打开主界面,在所需任务上右键并点击刷新下载地址。获取URL后复制,在刚才的任务上右键点击属性,将地址一栏替换为刚才复制的URL,继续下载即可。

设置多线程

进入设置,选择连接,连接类型/速度选择较高速率连接,默认最大连接数按照需求选择。建议小于2G的文件可以开32线程,大于2G的文件减少到8-16线程。

插件修复

Chrome

打开以下链接进行安装即可。

1
https://chrome.google.com/webstore/detail/idm-integration-module/ngpampappnmepgilojfohadhhmbhlaek

Edge

打开以下链接进行安装即可。

1
ms-windows-store://review/?PFN=TonecInc.IDMIntegrationModule_e7b5mm5d3r6v2

悬浮嗅探窗修复

首先尝试重新启用浏览器扩展,并在IDM扩展属性中勾选允许访问文件网址。

若无效,着进入IDM设置,在常规选项卡下取消勾选使用高级浏览器集成。进入C:\Users\你的用户名\AppData\Roaming\IDM,删除该目录下所有文件,重新测试悬浮窗是否可用。

也可尝试使用IE浏览器。

下载直播视频

打开C:\Users\你的用户名\AppData\Roaming\IDM\DwnlData, 进入路径内部直至看到一份没有后缀名的文件。若要停止录制,则将文件复制一份,并添加后缀名tsmp4即可。

XDM

1
https://subhra74.github.io/xdm/

Tracker

列表如下。

1
2
3
4
5
6
7
8
https://www.52pojie.cn/thread-1032873-1-1.html
https://github.com/XIU2/TrackersListCollection
https://trackerslist.com/#/zh
https://github.com/ngosang/trackerslist
http://github.itzmx.com/1265578519/OpenTracker/master/tracker.txt
https://newtrackon.com/list
http://www.torrenttrackerlist.com/torrent-tracker-list
https://tinytorrent.net/best-torrent-tracker-list-updated/

qBittorrent

1
2
https://github.com/c0re100/qBittorrent-Enhanced-Edition
https://www.qbittorrent.org/

NDM

1
http://www.neatdownloadmanager.com/index.php/en/

FDM

1
https://www.freedownloadmanager.org/zh/

Xdown

1
https://xdown.org/

DL磁力下载

1
https://www.lanzous.com/i68544h

迅雷X

可无限循环获得试用会员加速。

1
https://www.52pojie.cn/thread-1012585-1-1.html

其它破解版如下。

1
https://www.lanzoui.com/iXVgXj24kyj

BitComet

原版软件下载链接如下。

1
http://www.bitcomet.com/en

破解版如下。

1
2
3
https://www.lanzous.com/b073c7g4f
https://www.52pojie.cn/thread-1034122-1-1.html
https://www.52pojie.cn/thread-1049654-1-1.html

点比特彗星里上方栏位的工具-电驴插件-显示插件窗口,拉长弹出来的插件窗口,点击工具-直接下载,复制要下载的ed2k链接后回车即可。

ADM

1
https://ltribe.lanzous.com/iKhZAmi4mqh

文件蜈蚣

1
http://www.filecxx.com

Bitport.io

1
https://bitport.io/pricelist

sonic.SeedBox

1
https://www.sonicseedbox.com/

Torrent Safe

1
https://www.torrentsafe.com/cn/

bytebx

1
https://bytebx.com/

seedr

1
https://www.seedr.cc/

FileStream

1
https://filestream.me/

ZBIGZ

下载种子。

1
https://zbigz.com/

Direct Torrents

1
https://www.direct-torrents.com/

Streamza

1
https://streamza.com/

OffCloud

1
https://www.offcloud.com/

Aria2

仓库如下。

1
2
https://github.com/aria2/aria2
https://aria2.github.io/

安装

通过以下命令安装即可。

1
2
3
wget http://ftp.tu-chemnitz.de/pub/linux/dag/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm 
rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
yum -y install aria2

启动

RPC Server模式

命令行启动

在终端输入以下命令。

1
aria2c --enable-rpc --rpc-listen-all --rpc-allow-origin-all -c  --dir /root/downloads -D
配置文件启动

在终端输入以下命令。

1
aria2c --conf-path="/etc/aria2/aria2.conf"

其中配置文件需通过以下命令新建。

1
2
mkdir /etc/aria2/
cat /dev/null > /etc/aria2/aria2.session

内容如下。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
## 文件保存相关

# 文件的保存路径(绝对路径/相对路径),默认当前启动位置
dir=~/downloads

# 启用磁盘缓存,0为禁用缓存,需1.16以上版本,默认16M
# disk-cache=32M

# 文件预分配方式,能有效降低磁盘碎片,默认prealloc
# 预分配所需时间none < falloc ? trunc < prealloc
# falloc和trunc则需要文件系统和内核支持
# NTFS建议使用falloc,EXT3/4建议trunc,Mac下需要注释此项
file-allocation=none

# 断点续传
continue=true

## 下载连接相关

# 最大同时下载任务数,运行时可修改,默认5
max-concurrent-downloads=1

# 同一服务器连接数,添加时可指定,默认1
max-connection-per-server=5

# 最小文件分片大小,添加时可指定,取值范围1M -1024M,默认20M
# 假定size=10M,文件为20MiB 则使用两个来源下载; 文件为15MiB 则使用一个来源下载
min-split-size=10M

# 单个任务最大线程数,添加时可指定,默认5
split=5

# 整体下载速度限制,运行时可修改,默认0
# max-overall-download-limit=0

# 单个任务下载速度限制,默认0
# max-download-limit=0

# 整体上传速度限制,运行时可修改,默认0
# max-overall-upload-limit=0

# 单个任务上传速度限制,默认0
# max-upload-limit=0

# 禁用IPv6,默认false
disable-ipv6=true

## 进度保存相关

# 从会话文件中读取下载任务
input-file=/etc/aria2/aria2.session

# 在Aria2退出时保存`错误/未完成`的下载任务到会话文件
save-session=/etc/aria2/aria2.session

# 定时保存会话,0为退出时才保存,需1.16.1以上版本,默认0
# save-session-interval=60

## RPC相关设置

# 启用RPC,默认false
enable-rpc=true

# 允许所有来源,默认false
rpc-allow-origin-all=true

# 允许非外部访问,默认false
rpc-listen-all=true

# 事件轮询方式,取值epoll/kqueue/port/poll/select,不同系统默认值不同
# event-poll=select

# RPC监听端口,端口被占用时可以修改,默认6800
rpc-listen-port=6800

# 设置的RPC授权令牌,v1.18.4新增功能,取代--rpc-user和--rpc-passwd选项
#rpc-secret=<TOKEN>

# 设置的RPC访问用户名,此选项新版已废弃,建议改用--rpc-secret选项
rpc-user=ruyo

# 设置的RPC访问密码,此选项新版已废弃,建议改用--rpc-secret选项
rpc-passwd=RUYO.net

## BT/PT下载相关

# 当下载的是一个torrent结尾的种子时,自动开始BT任务,默认true
# follow-torrent=true

# BT监听端口,当端口被屏蔽时使用,默认6881-6999
listen-port=51413

# 单个种子最大连接数,默认55
# bt-max-peers=55

# 打开DHT功能,PT需要禁用,默认true
enable-dht=true

# 打开IPv6 DHT功能,PT需要禁用
# enable-dht6=false

# DHT网络监听端口,默认6881-6999
#dht-listen-port=6881-6999

# 本地节点查找,PT需要禁用,默认false
# bt-enable-lpd=true

# 种子交换,PT需要禁用,默认true
enable-peer-exchange=true

# 每个种子限速,对少种的PT很有用,默认50K
#bt-request-peer-speed-limit=50K

# 客户端伪装,PT需要
peer-id-prefix=-TR2770-
user-agent=Transmission/2.77
# 当种子的分享率达到这个数时,自动停止做种,0为一直做种,默认1.0
seed-ratio=0

# 强制保存会话,即使任务已经完成,默认false
# 较新的版本开启后会在任务完成后依然保留.aria2文件
# force-save=false

# BT校验相关,默认true
# bt-hash-check-seed=true

# 继续之前的BT任务时,无需再次校验,默认false
bt-seed-unverified=true

# 保存磁力链接元数据为torrent结尾的种子文件,默认false
bt-save-metadata=true

完成后通过以下命令赋予权限。

1
chmod +x /etc/init.d/aria2

然后通过以下命令即可实现相应功能。

1
2
3
4
5
6
7
8
# 启动
/etc/init.d/aria2 start

# 停止
/etc/init.d/aria2 stop

# 重启
/etc/init.d/aria2 restart

图形界面

现成网站

可通过以下网站。

1
2
3
http://aria2c.com/
http://binux.github.io/yaaw/demo/
http://ariang.mayswind.net/
Aria2 Web UI

在服务器输入以下命令,然后访问IP:9999即可访问。

1
2
3
git clone https://github.com/ziahamza/webui-aria2
cd webui-aria2
python -m SimpleHTTPServer 9999
YAAW

在服务器输入以下命令,然后访问IP:9999即可访问。

1
2
3
git clone https://github.com/binux/yaaw
cd yaaw
python -m SimpleHTTPServer 9999
AriaNg

仓库如下。

1
https://github.com/mayswind/AriaNg

使用

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 当源地址存在诸如&amp;,*等shell的特殊字符时,需使用单引号/双引号把URI包含起来
# 下载文件
aria2c [网址]

# 分段下载
# 2表示使用2连接
aria2c -s 2 [网址]

# 断点续传
aria2c -c [网址]

# 下载torrent文件
aria2c -o [文件名] [网址]

# 后台下载
aria2c -D [网址]
aria2c –deamon=true [网址]

# 验证文件
aria2c –checksum=md5=[文件MD5]

# BT下载
aria2c [本地/远程种子路径]

# 设置DHT端口
aria2c –dht-listen-port=1234 .torrent

# 下载需要引用页的文件
aria2c –referer=referurl [网址]

# 单文件限速下载
aria2c –max-download-limit=500k [网址]

# 全局限速下载
aria2c –max-overall-download-limit=500k [网址]

# 下载需要Cookie验证的文件
aria2c –essay-header='Cookie:[cookie名称]=[cookie内容]' [网址]
aria2c –load-cookies=[cookie文件] [网址]

# 批量下载文本中所有URL
aria2c -i [文本文件路径]

下载资源搜索

magnetW

1
https://github.com/xiandanin/magnetW

离线下载

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 磁力空间
http://cilikongjian.com/

# 飞鸟下载器
https://web.feiniaobt.com/

# Pikpak
# 网页版
https://mumuchenchen.github.io/pikpak/
https://pikpak.kinh.cc
# Windows版
https://weinb.top/index.php/archives/168/
http://www.lanzoui.com/pikpak
# Mac+Windows版
https://qianye520.notion.site/qianye520/PikPak-Win-Mac_By_Shimily-a5201f193f1949be821579abdf096e09
# Android版
https://play.google.com/store/apps/details?id=com.pikcloud.pikpak&hl=en_US&gl=US

# 极致云视
# 可以免费在线观看,限制会员才能下载
# 可在不安装网站对应浏览器扩展的前提下,点击播放视频,利用下载得到的m3u8文件获取视频下载链接
http://www.yunshix.com/