update
This commit is contained in:
parent
8d87996fdb
commit
1653bfec9a
14
README.md
14
README.md
@ -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
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user