From f44c3496f56729df01ad224fdb6385ddb990eab6 Mon Sep 17 00:00:00 2001 From: BitHeaven Date: Fri, 28 Apr 2023 16:07:13 +0500 Subject: [PATCH] little update --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e88ae67..38dc747 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ func main() { // define cmd line flags tags := flag.String("tags", "", "Tags to search for") maxConcurrents := flag.Int("concurrents", 5, "Maximum amount of concurrent downloads") - postLimit := flag.Int("limit", 99999999, "Maximum amount of posts to grab from e621") + postLimit := flag.Int("limit", 999999999, "Maximum amount of posts to grab from e621") saveDirectory := flag.String("out", "e621", "The directory to write the downloaded posts to") sfw := flag.Bool("sfw", false, "Download posts from e926 instead of e621")