mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-24 07:03:03 +02:00
enable gzip auto decompression
This commit is contained in:
@@ -224,6 +224,7 @@ def fetch_wget(link_dir, link, timeout=TIMEOUT):
|
||||
'--backup-converted',
|
||||
'--span-hosts',
|
||||
'--no-parent',
|
||||
'--compression=auto',
|
||||
'-e', 'robots=off',
|
||||
'--restrict-file-names=unix',
|
||||
'--timeout={}'.format(timeout),
|
||||
|
Reference in New Issue
Block a user