mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-27 15:41:44 +08:00
enable gzip auto decompression
This commit is contained in:
parent
f7a0568a6c
commit
c28c0d0e71
@ -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),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user