From 625feb5d21d6ebbd9f4e4bc798d0a0b196a841ad Mon Sep 17 00:00:00 2001 From: Hellagur4225 Date: Sat, 8 Mar 2025 17:37:42 +0800 Subject: [PATCH] Remove unused option --- nhentai/command.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nhentai/command.py b/nhentai/command.py index c00119d..16ebb15 100644 --- a/nhentai/command.py +++ b/nhentai/command.py @@ -86,7 +86,6 @@ def main(): if options.zip: options.is_nohtml = True - options.no_metadata = True if not options.is_show: downloader = (CompressedDownloader if options.zip else Downloader)(path=options.output_dir, threads=options.threads, timeout=options.timeout, delay=options.delay,