Skip to content

Commit

Permalink
0.5.25, fix #393
Browse files Browse the repository at this point in the history
  • Loading branch information
RicterZ committed Feb 25, 2025
1 parent 132f4c8 commit 1b7f19e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nhentai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.5.24'
__version__ = '0.5.25'
__author__ = 'RicterZ'
__email__ = 'ricterzheng@gmail.com'
2 changes: 0 additions & 2 deletions nhentai/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ def cmd_parser():

parser.add_option('--no-filename-padding', action='store_true', dest='no_filename_padding',
default=False, help='no padding in the images filename, such as \'001.jpg\'')
parser.add_option('--only-meta', action='store_true', dest='only_meta', default=False,
help='only download doujinshi metadata')

# generate options
parser.add_option('--html', dest='html_viewer', action='store_true',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nhentai"
version = "0.5.24"
version = "0.5.25"
description = "nhentai doujinshi downloader"
authors = ["Ricter Z <ricterzheng@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 1b7f19e

Please sign in to comment.