From eb5b93d654c9a1dcc794c11075cbada2d4fcc463 Mon Sep 17 00:00:00 2001 From: normalizedwater546 Date: Sun, 22 Sep 2024 07:33:52 +0000 Subject: [PATCH] fix: pdf/cbz file already exists, but download process continues --- nhentai/command.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nhentai/command.py b/nhentai/command.py index 2e37b02..4a25d26 100644 --- a/nhentai/command.py +++ b/nhentai/command.py @@ -94,6 +94,7 @@ def main(): doujinshi.download() else: logger.info(f'Skip download doujinshi because a PDF/CBZ file exists of doujinshi {doujinshi.name}') + continue if options.generate_metadata: generate_metadata_file(options.output_dir, doujinshi)