0.5.25, fix #393

This commit is contained in:
ricterz 2025-02-26 00:13:41 +08:00
parent 132f4c83da
commit 1b7f19ee18
3 changed files with 2 additions and 4 deletions

View File

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

View File

@ -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',

View File

@ -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"