mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04: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:
parent
58c9b47d43
commit
ed7ad04fd9
1 changed files with 0 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue