Skip to content

http下载工具,基于http代理,支持多连接分块下载

License

Notifications You must be signed in to change notification settings

lvhailong/proxyee-down

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP下载器

自动嗅探HTTP下载请求,支持HTTP、HTTPS,多连接分块下载,突破文件服务器单连接下载速度限制,基于proxyee实现。

HTTPS支持

浏览器访问http://serverIp:serverPort 进入证书下载页面,下载证书并安装(受信任的根证书颁发机构)

内置插件

  1. 百度云大文件、合并下载限制突破
  2. 百度云合并下载特殊优化

自动重试

连接断开或超时自动重试

效果预览

百度云下载

运行环境

编译

#proxyee依赖编译
git clone https://github.com/monkeyWie/proxyee.git
cd proxyee
mvn clean install

#proxyee-down编译
git clone https://github.com/monkeyWie/proxyee-down.git
cd proxyee-down/view
npm install
npm run build
cd ..
mvn clean package

运行

cd target
//指定代理服务器端口9999
java -jar  proxyee-down-1.0-SNAPSHOT.jar 9999

其他

QQ群:11352304,欢迎大家进群交流

About

http下载工具,基于http代理,支持多连接分块下载

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 73.5%
  • JavaScript 13.7%
  • Vue 12.6%
  • HTML 0.2%