From 415da186cc3b2ff37ada8a3b7631672c60ac0f81 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 30 Jan 2022 03:59:00 +0100 Subject: [PATCH] added a word on power usage to readme --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index b39dc0c..8d695de 100644 --- a/readme.md +++ b/readme.md @@ -30,6 +30,9 @@ Files will be saved to `./downloads/{artist_name}/*.{ext}`. Logs will be saved to `./logs/{artist_name}.txt`. Download indices (to skip already downloaded projects) are kept in `./already_saved/{artist_name}.txt`. +## A word on power usage +Do not overuse this or you might piss of artstations maintainers. Just because you CAN download 400 gigabytes of images per day doesn't mean that you should! +If you plan on downloading LOADS of stuff, you should add some sleep statement to cut the servers some slack. # LICENSE ```