readme
This commit is contained in:
parent
a300a7ff53
commit
f017661491
@ -37,11 +37,11 @@ as all approx 12000 projects will be queued for download.
|
|||||||
```bash
|
```bash
|
||||||
grab-all.py
|
grab-all.py
|
||||||
```
|
```
|
||||||
This will call `grab-artists.py` and `grab-search.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`](https://github.com/Leonetienne/Artstation-grabber/blob/master/to-grab.yaml).
|
||||||
|
|
||||||
Files will be saved to `./downloads/{artist_name}/*.{ext}` and `/downloads/search_{search_terms}/*{artist_id}_*.{ext}`.
|
Files will be saved to `./downloads/{artist_name|search_terms}/`.
|
||||||
Logs will be saved to `./logs/{artist_name/search_terms}.txt`.
|
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 (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!
|
> :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!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user