enable gzip auto decompression

This commit is contained in:
Nick Sweeting 2019-03-22 23:01:01 -04:00
parent f7a0568a6c
commit c28c0d0e71

View file

@ -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),