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")