mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-04-20 02:41:19 +02:00
Remove unused option
This commit is contained in:
parent
6efbc73c10
commit
625feb5d21
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user