Remove unused option

This commit is contained in:
Hellagur4225 2025-03-08 17:37:42 +08:00
parent 6efbc73c10
commit 625feb5d21

View File

@ -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,