From 6ea685d8253f1fd621a6734d504f67515c46e2b7 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 30 Jan 2022 21:05:12 +0100 Subject: [PATCH] readme wording --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8a3d055..174ddf8 100644 --- a/readme.md +++ b/readme.md @@ -33,11 +33,11 @@ If you omit the result limit, **ALL** results will be downloaded! That could be as all approx 12000 projects will be queued for download. ### Automate it -### Invoke a scan +### Invoke downloads / a scan ```bash grab-all.py ``` -This will call `grab.py` on all artists and search terms listed in `to-grab.yaml`. +This will call `grab-artists.py` and `grab-search.py` on all artists and search terms listed in `to-grab.yaml`. Files will be saved to `./downloads/{artist_name}/*.{ext}` and `/downloads/search_{search_terms}/*{artist_id}_*.{ext}`. Logs will be saved to `./logs/{artist_name/search_terms}.txt`.