mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-08-01 20:32:29 +02:00
Remove unused option
This commit is contained in:
@@ -86,7 +86,6 @@ def main():
|
|||||||
|
|
||||||
if options.zip:
|
if options.zip:
|
||||||
options.is_nohtml = True
|
options.is_nohtml = True
|
||||||
options.no_metadata = True
|
|
||||||
if not options.is_show:
|
if not options.is_show:
|
||||||
downloader = (CompressedDownloader if options.zip else Downloader)(path=options.output_dir, threads=options.threads,
|
downloader = (CompressedDownloader if options.zip else Downloader)(path=options.output_dir, threads=options.threads,
|
||||||
timeout=options.timeout, delay=options.delay,
|
timeout=options.timeout, delay=options.delay,
|
||||||
|
Reference in New Issue
Block a user