little update

This commit is contained in:
BitHeaven 2023-04-28 16:04:51 +05:00
parent aabe97048b
commit da056b16d6
1 changed files with 1 additions and 1 deletions

View File

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