mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 02:41:19 +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) 
|
[](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
|
### Installation
|
||||||
|
|
||||||
@ -39,15 +39,21 @@ Download your favourite doujinshi (login required):
|
|||||||
nhentai --login "username:password" --download
|
nhentai --login "username:password" --download
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Download by tag name:
|
||||||
|
```bash
|
||||||
|
nhentai --tag lolicon --download
|
||||||
|
```
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
`-t, --thread`: Download threads, max: 10
|
+ `-t, --thread`: Download threads, max: 10
|
||||||
`--output`:Output dir of saving doujinshi
|
+ `--output`:Output dir of saving doujinshi
|
||||||
`--timeout`: Timeout of downloading each image.
|
+ `--tag`:Download by tag name
|
||||||
`--proxy`: Use proxy, example: http://127.0.0.1:8080/
|
+ `--timeout`: Timeout of downloading each image
|
||||||
`--login`: username:password pair of your nhentai account
|
+ `--proxy`: Use proxy, example: http://127.0.0.1:8080/
|
||||||
`--nohtml`: Do not generate HTML
|
+ `--login`: username:password pair of your nhentai account
|
||||||
`--cbz`: Generate Comic Book CBZ File
|
+ `--nohtml`: Do not generate HTML
|
||||||
|
+ `--cbz`: Generate Comic Book CBZ File
|
||||||
|
|
||||||
### nHentai Mirror
|
### nHentai Mirror
|
||||||
If you want to use a mirror, you should set up a reverse proxy of `nhentai.net` and `i.nhentai.net`.
|
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'
|
__author__ = 'RicterZ'
|
||||||
__email__ = 'ricterzheng@gmail.com'
|
__email__ = 'ricterzheng@gmail.com'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user