mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 20:23:12 +00:00
enable gzip auto decompression
This commit is contained in:
parent
f7a0568a6c
commit
c28c0d0e71
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue