From 2d4634717cec1fc7896b906c405b6c5042d3e144 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 30 Jan 2022 22:56:20 +0100 Subject: [PATCH] readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8b4fa33..321f37b 100644 --- a/readme.md +++ b/readme.md @@ -41,7 +41,7 @@ This will call `grab-artists.py` and `grab-search.py` on all artists and search Files will be saved to `./downloads/{artist_name|search_terms}/`. Logs will be saved to `./logs/{artist_name|search_terms}.txt`. -Download indices (to skip already downloaded projects) are kept in `./already_saved/{artist_name|search_terms}.txt`. +Download indices are kept in `./already_saved/{artist_name|search_terms}.txt`. These are needed to skip already downloaded projects. > :warning: Projects already downloaded from an artists-page will be downloaded **again** if they appear in a search term, and vica versa. Artist- and search queries do NOT share download indices!