From 1b7f19ee18c7d0a7475f5b721ea0b514c34923c0 Mon Sep 17 00:00:00 2001 From: ricterz <ricterzheng@gmail.com> Date: Wed, 26 Feb 2025 00:13:41 +0800 Subject: [PATCH] 0.5.25, fix #393 --- nhentai/__init__.py | 2 +- nhentai/cmdline.py | 2 -- pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/nhentai/__init__.py b/nhentai/__init__.py index c0027d6..5f799c5 100644 --- a/nhentai/__init__.py +++ b/nhentai/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.5.24' +__version__ = '0.5.25' __author__ = 'RicterZ' __email__ = 'ricterzheng@gmail.com' diff --git a/nhentai/cmdline.py b/nhentai/cmdline.py index 9a39b81..78344b9 100644 --- a/nhentai/cmdline.py +++ b/nhentai/cmdline.py @@ -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', diff --git a/pyproject.toml b/pyproject.toml index 09eada8..b4a96d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"