mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-19 02:11:20 +02:00
0.5.25, fix #393
This commit is contained in:
parent
132f4c83da
commit
1b7f19ee18
@ -1,3 +1,3 @@
|
||||
__version__ = '0.5.24'
|
||||
__version__ = '0.5.25'
|
||||
__author__ = 'RicterZ'
|
||||
__email__ = 'ricterzheng@gmail.com'
|
||||
|
@ -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',
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user