1
0
Fork 0
mirror of synced 2024-06-29 03:20:58 +12:00

wget: Remove unsupported compression option

--compression=auto is not supported on Raspberry Pis. This PR removes it from ArchiveBox.
This commit is contained in:
Starbeamrainbowlabs 2019-03-26 15:46:57 +00:00 committed by GitHub
parent 58c9b47d43
commit ed7ad04fd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,7 +224,6 @@ 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),