Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proxyee-down-org/proxyee-down
http下载工具,基于http代理,支持多连接分块下载
https://github.com/proxyee-down-org/proxyee-down
Last synced: about 2 months ago
JSON representation
http下载工具,基于http代理,支持多连接分块下载
- Host: GitHub
- URL: https://github.com/proxyee-down-org/proxyee-down
- Owner: proxyee-down-org
- License: apache-2.0
- Archived: true
- Created: 2017-10-25T10:07:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T09:22:28.000Z (5 months ago)
- Last Synced: 2024-07-31T22:24:55.652Z (4 months ago)
- Language: Java
- Size: 25.6 MB
- Stars: 24,946
- Watchers: 957
- Forks: 4,447
- Open Issues: 214
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - proxyee-down-org/proxyee-down
- awesome - proxyee-down-org/proxyee-down - http下载工具,基于http代理,支持多连接分块下载 (Java)
- awesome-hacking-lists - proxyee-down-org/proxyee-down - http下载工具,基于http代理,支持多连接分块下载 (Java)
README
## 续作出炉!!!
新项目使用`golang`+`flutter`开发,支持所有平台的下载器,地址:https://github.com/GopeedLab/gopeed
## 暂停维护此项目
首先感谢大家支持和反馈才使得proxyee-down能一直迭代到现在的版本,但由于本人精力有限,宣布暂时停止此项目的维护,并且关闭**issue**模块。其次因为`JAVA`不太适合做客户端开发,打包后体积太大且内存占用太高,本人计划在空余时间用`GO`来重写一遍,目标是打造一个`体积小`、`跨平台`、`内存低`、`可扩展`、`免费`的下载器。
![](https://i.imgur.com/dUvNgmd.jpg)
# [Proxyee Down](https://pdown.org)
[![Author](https://img.shields.io/badge/author-monkeyWie-red.svg?style=flat-square)](https://github.com/monkeyWie)
[![Contributors](https://img.shields.io/github/contributors/proxyee-down-org/proxyee-down.svg?style=flat-square)](https://github.com/proxyee-down-org/proxyee-down/graphs/contributors)
[![Stargazers](https://img.shields.io/github/stars/proxyee-down-org/proxyee-down.svg?style=flat-square)](https://github.com/proxyee-down-org/proxyee-down/stargazers)
[![Fork](https://img.shields.io/github/forks/proxyee-down-org/proxyee-down.svg?style=flat-square)](https://github.com/proxyee-down-org/proxyee-down/fork)
[![License](https://img.shields.io/github/license/proxyee-down-org/proxyee-down.svg?style=flat-square)](https://github.com/proxyee-down-org/proxyee-down/blob/master/LICENSE)> Proxyee Down 是一款开源的免费 HTTP 高速下载器,底层使用`netty`开发,支持自定义 HTTP 请求下载且支持扩展功能,可以通过安装扩展实现特殊的下载需求。
## 使用教程
[点击查看教程](https://github.com/proxyee-down-org/proxyee-down/wiki/%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B)
## 交流群
1 群**11352304**、2 群**20236964**、3 群**20233754**、4 群**737991056**
## 开发
本项目后端主要使用 `java` + `spring` + `boot` + `netty`,前端使用 `vue.js` + `iview`
### 环境
![](https://img.shields.io/badge/JAVA-1.8%2B-brightgreen.svg) ![](https://img.shields.io/badge/maven-3.0%2B-brightgreen.svg) ![](https://img.shields.io/badge/node.js-8.0%2B-brightgreen.svg)oracle jdk 1.8+或 openjfx(openjdk默认不包含javafx包)
### 编译
```
git clone https://github.com/proxyee-down-org/proxyee-down.git
cd proxyee-down/front
#build html
npm install
npm run build
cd ../main
mvn clean package -Pprd
```### 运行
```
java -jar proxyee-down-main.jar
```