update README
1. update root README, pointer to all proj 2. create all README Powered by claude code, maybe mistake, checked and commit manually.
This commit is contained in:
26
down/README.md
Normal file
26
down/README.md
Normal file
@ -0,0 +1,26 @@
|
||||
# down
|
||||
|
||||
123pan云盘文件下载工具。
|
||||
|
||||
## 功能
|
||||
|
||||
从123pan.com云存储服务下载文件,支持通过分享密钥批量下载,使用多线程下载提高速度。
|
||||
|
||||
## 使用方法
|
||||
|
||||
1. 在脚本中配置分享密钥
|
||||
2. 运行 `python down.py`
|
||||
3. 程序将自动提取下载链接并使用aria2c进行多线程下载
|
||||
|
||||
## 依赖要求
|
||||
|
||||
- 需要安装aria2c.exe
|
||||
- 需要网络连接
|
||||
- Python requests库
|
||||
|
||||
## 特性
|
||||
|
||||
- 自动解析分享链接
|
||||
- 多线程下载
|
||||
- 支持批量处理
|
||||
- 断点续传支持(通过aria2c)
|
Reference in New Issue
Block a user