From da056b16d63b686f371037dfde2899dfc7b4b1f8 Mon Sep 17 00:00:00 2001 From: BitHeaven Date: Fri, 28 Apr 2023 16:04:51 +0500 Subject: [PATCH] little update --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2e57230..a1423ca 100644 --- a/main.go +++ b/main.go @@ -278,7 +278,7 @@ func main() { tags := flag.String("tags", "", "Tags to search for") maxConcurrents := flag.Int("concurrents", 30, "Maximum amount of concurrent downloads") saveDirectory := flag.String("out", "dl", "The directory to write the downloaded posts to") - postLimit := flag.Int("limit", 9999999999, "Maximum amount of posts to grab from rule34") + postLimit := flag.Int("limit", 999999999, "Maximum amount of posts to grab from rule34") proxyAddr := flag.String("proxy", "", "Proxy address to parsing") timeout := flag.Int("timeout", 10, "Timeout proxy to parsing")