mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 02:41:19 +02:00
update readme.md
This commit is contained in:
parent
530316cb91
commit
03f28fe64a
30
README.md
30
README.md
@ -1,3 +1,33 @@
|
||||
nhentai
|
||||
=======
|
||||
あなたも変態。 いいね?
|
||||
|
||||
由于 [http://nhentai.net](http://nhentai.net) 下载下来的种子速度很慢,而且官方也提供在线观看本子的功能,所以可以利用本脚本下载本子。
|
||||
### 安装
|
||||
|
||||
git clone https://github.com/RicterZ/nhentai
|
||||
cd nhentai
|
||||
python setup.py install
|
||||
|
||||
|
||||
### 用法
|
||||
+ 下载指定 id 的本子:
|
||||
|
||||
nhentai --id=123855 --download
|
||||
|
||||
|
||||
+ 下载指定 id 列表的本子:
|
||||
|
||||
nhentai --ids=123855,123866 --download
|
||||
|
||||
|
||||
+ 下载某关键词第一页的本子(不推荐):
|
||||
|
||||
nhentai --search="panda" --page=1 --download
|
||||
|
||||
|
||||
`-t, --thread` 指定下载的线程数,最多为 10 线程。
|
||||
`--path` 指定下载文件的输出路径,默认为当前目录。
|
||||
|
||||
### License
|
||||
MIT
|
Loading…
x
Reference in New Issue
Block a user