mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 11:01:17 +02:00
update rst
This commit is contained in:
parent
f3141d5726
commit
8d5f12292c
10
README.rst
10
README.rst
@ -17,12 +17,16 @@ nHentai is a CLI tool for downloading doujinshi from [nhentai.net](http://nhenta
|
|||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
.. code-block::
|
||||||
|
|
||||||
git clone https://github.com/RicterZ/nhentai
|
git clone https://github.com/RicterZ/nhentai
|
||||||
cd nhentai
|
cd nhentai
|
||||||
python setup.py install
|
python setup.py install
|
||||||
|
|
||||||
### Installation (Gentoo)
|
### Installation (Gentoo)
|
||||||
|
|
||||||
|
.. code-block::
|
||||||
|
|
||||||
layman -fa glicOne
|
layman -fa glicOne
|
||||||
sudo emerge net-misc/nhentai
|
sudo emerge net-misc/nhentai
|
||||||
|
|
||||||
@ -34,26 +38,31 @@ nHentai is a CLI tool for downloading doujinshi from [nhentai.net](http://nhenta
|
|||||||
Download specified doujinshi:
|
Download specified doujinshi:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
nhentai --id=123855,123866
|
nhentai --id=123855,123866
|
||||||
|
|
||||||
Download doujinshi with ids specified in a file:
|
Download doujinshi with ids specified in a file:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
nhentai --file=doujinshi.txt
|
nhentai --file=doujinshi.txt
|
||||||
|
|
||||||
Search a keyword and download the first page:
|
Search a keyword and download the first page:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
nhentai --search="tomori" --page=1 --download
|
nhentai --search="tomori" --page=1 --download
|
||||||
|
|
||||||
Download your favourite doujinshi (login required):
|
Download your favourite doujinshi (login required):
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
nhentai --login "username:password" --download
|
nhentai --login "username:password" --download
|
||||||
|
|
||||||
Download by tag name:
|
Download by tag name:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
nhentai --tag lolicon --download
|
nhentai --tag lolicon --download
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
@ -77,6 +86,7 @@ For example:
|
|||||||
Set `NHENTAI` env var to your nhentai mirror.
|
Set `NHENTAI` env var to your nhentai mirror.
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
NHENTAI=http://h.loli.club nhentai --id 123456
|
NHENTAI=http://h.loli.club nhentai --id 123456
|
||||||
|
|
||||||

|

|
||||||
|
Loading…
x
Reference in New Issue
Block a user