From 16e8ce6f452b347dae7bbf9f3ba91bb46f4e0dd9 Mon Sep 17 00:00:00 2001 From: Ricter Z Date: Sun, 12 Aug 2018 22:48:26 +0800 Subject: [PATCH] 0.2.15 --- README.md | 22 ++++++++++++++-------- nhentai/__init__.py | 2 +- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 33a09be..d016e13 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/nhentai/__init__.py b/nhentai/__init__.py index 5a6eaa9..6b82594 100644 --- a/nhentai/__init__.py +++ b/nhentai/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.2.14' +__version__ = '0.2.15' __author__ = 'RicterZ' __email__ = 'ricterzheng@gmail.com'