From cbb8106ab2d4fcc6f0a7441fec0457c6f5a8b7eb Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 30 Jan 2022 22:55:43 +0100 Subject: [PATCH] readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 7e4136b..8b4fa33 100644 --- a/readme.md +++ b/readme.md @@ -39,8 +39,8 @@ grab-all.py ``` This will call `grab-artists.py` and `grab-search.py` on all artists and search terms listed in [`to-grab.yaml`](https://github.com/Leonetienne/Artstation-grabber/blob/master/to-grab.yaml). -Files will be saved to `./downloads/{artist_name|search_terms}/`. -Logs will be saved to `./logs/{artist_name|search_terms}.txt`. +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`. > :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!