Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bkctwy committed Sep 16, 2024
1 parent 5717d2b commit 32a7535
Showing 1 changed file with 0 additions and 63 deletions.
63 changes: 0 additions & 63 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,69 +82,6 @@
2. 解压
3. 运行`ILP-ubuntu-latest-{commit-id} --help`获取帮助

### 命令行参数
```
Usage: ILP.py [OPTIONS] COMMAND [ARGS]...
Options:
--multi_thread BOOLEAN 是否使用多线程
--help Show this message and exit.
Commands:
decode
download
get-author
get-index
```
#### decode
解码加密的番茄免费小说章节
```
Usage: ILP.py decode [OPTIONS]
Options:
-t, --title TEXT 小说标题 [required]
-ct, --chapter_title TEXT 小说章节标题,默认为全部
--help Show this message and exit.
```

#### download
获取小说
```
Usage: ILP.py download [OPTIONS]
Options:
-i, --id TEXT 小说ID [required]
-s, --site [fanqie|qidian] 站点名称 [required]
--help Show this message and exit.
```

#### get-author
获取作者信息
```
Usage: ILP.py get-author [OPTIONS]
Options:
-i, --id TEXT 小说ID [required]
-s, --site [fanqie|qidian] 站点名称 [required]
--help Show this message and exit.
```

#### get-index
获取小说目录并缓存到数据库, 支持导出为csv/json/txt文件

(txt格式还在制作中, 暂不可用)
```
Usage: ILP.py get-index [OPTIONS]
Options:
-i, --id TEXT 小说ID [required]
-s, --site [fanqie|qidian] 站点名称 [required]
-op, --out_put_path TEXT 输出到文件
-ot, --out_put_type [txt|json|csv]
输出格式
--help Show this message and exit.
```

## 注意事项
- 请不要滥用本程序,且用且珍惜
- 用户使用本程序造成的一切后果请自行承担
Expand Down

0 comments on commit 32a7535

Please sign in to comment.