mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-19 18:31:24 +02:00
0.2.15
This commit is contained in:
parent
0632826827
commit
16e8ce6f45
22
README.md
22
README.md
@ -10,7 +10,7 @@ nhentai
|
||||
[](https://travis-ci.org/RicterZ/nhentai) 
|
||||
|
||||
|
||||
Nhentai is a CLI tool for downloading doujinshi from nhentai.net.
|
||||
nHentai is a CLI tool for downloading doujinshi from [nhentai.net](http://nhentai.net).
|
||||
|
||||
### Installation
|
||||
|
||||
@ -39,15 +39,21 @@ Download your favourite doujinshi (login required):
|
||||
nhentai --login "username:password" --download
|
||||
```
|
||||
|
||||
Download by tag name:
|
||||
```bash
|
||||
nhentai --tag lolicon --download
|
||||
```
|
||||
|
||||
### Options
|
||||
|
||||
`-t, --thread`: Download threads, max: 10
|
||||
`--output`:Output dir of saving doujinshi
|
||||
`--timeout`: Timeout of downloading each image.
|
||||
`--proxy`: Use proxy, example: http://127.0.0.1:8080/
|
||||
`--login`: username:password pair of your nhentai account
|
||||
`--nohtml`: Do not generate HTML
|
||||
`--cbz`: Generate Comic Book CBZ File
|
||||
+ `-t, --thread`: Download threads, max: 10
|
||||
+ `--output`:Output dir of saving doujinshi
|
||||
+ `--tag`:Download by tag name
|
||||
+ `--timeout`: Timeout of downloading each image
|
||||
+ `--proxy`: Use proxy, example: http://127.0.0.1:8080/
|
||||
+ `--login`: username:password pair of your nhentai account
|
||||
+ `--nohtml`: Do not generate HTML
|
||||
+ `--cbz`: Generate Comic Book CBZ File
|
||||
|
||||
### nHentai Mirror
|
||||
If you want to use a mirror, you should set up a reverse proxy of `nhentai.net` and `i.nhentai.net`.
|
||||
|
@ -1,3 +1,3 @@
|
||||
__version__ = '0.2.14'
|
||||
__version__ = '0.2.15'
|
||||
__author__ = 'RicterZ'
|
||||
__email__ = 'ricterzheng@gmail.com'
|
||||
|
Loading…
x
Reference in New Issue
Block a user