From 8fd7db4fef525bf5b887b53d2ac084c77012066d Mon Sep 17 00:00:00 2001 From: Massimiliano Lupo Pasini Date: Wed, 18 Sep 2024 14:27:34 -0400 Subject: [PATCH] exclude download of index.html --- examples/alexandria/download_dataset.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/alexandria/download_dataset.sh b/examples/alexandria/download_dataset.sh index a3504a61..bb47a76d 100644 --- a/examples/alexandria/download_dataset.sh +++ b/examples/alexandria/download_dataset.sh @@ -18,6 +18,7 @@ wget --recursive \ --cut-dirs=1 \ --no-check-certificate \ --reject-regex="(/older/|/geo_opt_paths/)" \ + --reject "*index.html*" \ --directory-prefix="$OUTPUT_DIR" \ "$URL"