This commit is contained in:
Ricter Z 2018-08-12 22:48:26 +08:00
parent 0632826827
commit 16e8ce6f45
2 changed files with 15 additions and 9 deletions

View File

@ -10,7 +10,7 @@ nhentai
[![Build Status](https://travis-ci.org/RicterZ/nhentai.svg?branch=master)](https://travis-ci.org/RicterZ/nhentai) ![nhentai PyPI Downloads](https://pypistats.com/badge/nhentai.svg)
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`.

View File

@ -1,3 +1,3 @@
__version__ = '0.2.14'
__version__ = '0.2.15'
__author__ = 'RicterZ'
__email__ = 'ricterzheng@gmail.com'