Skip to content

Commit

Permalink
update README to fix #367
Browse files Browse the repository at this point in the history
  • Loading branch information
ricterzheng committed Feb 3, 2025
1 parent b434c4d commit 8791e7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ Format output doujinshi folder name:
.. code-block:: bash
nhentai --id 261100 --format '[%i]%s'
# for Windows
nhentai --id 261100 --format "[%%i]%%s"
Supported doujinshi folder formatter:

Expand All @@ -148,6 +150,7 @@ Supported doujinshi folder formatter:
- %p: Doujinshi pretty name
- %ag: Doujinshi authors name or groups name

Note: for Windows operation system, please use double "%", such as "%%i".

Other options:

Expand Down

0 comments on commit 8791e7a

Please sign in to comment.