This commit is contained in:
vincent 2023-07-21 19:32:56 +08:00
parent 8d87996fdb
commit 1653bfec9a

View File

@ -4,7 +4,7 @@
下载成功的文件会放在本项目的`imgs`文件夹中.
## 2.使用
`input.txt`为任务文件.格式为"文件名称 - 下载链接"
###2.1`input.txt`为任务文件.格式为"文件名称 - 下载链接"
单个任务
```txt
@ -26,3 +26,15 @@
第106话 - https://bakamh.com/manga/%e6%81%b9%80%9a%e6%9d%a5/c-105/
```
### 2.2 安装相关依赖
```
pip install requests
pip install BeautifulSoup
pip install Pillow
```
### 2.3 启动下载程序
```
python main.py
```