diff --git a/archivebox/legacy/archive_methods.py b/archivebox/legacy/archive_methods.py index d30d008d..4eedb24e 100644 --- a/archivebox/legacy/archive_methods.py +++ b/archivebox/legacy/archive_methods.py @@ -265,7 +265,7 @@ def fetch_wget(link: Link, link_dir: Optional[str]=None, timeout: int=TIMEOUT) - '--span-hosts', '--no-parent', '-e', 'robots=off', - '--restrict-file-names=unix', + '--restrict-file-names=windows', '--timeout={}'.format(timeout), *([] if FETCH_WARC else ['--timestamping']), *(['--warc-file={}'.format(warc_path)] if FETCH_WARC else []),