little update
This commit is contained in:
2
main.go
2
main.go
@ -278,7 +278,7 @@ func main() {
|
|||||||
tags := flag.String("tags", "", "Tags to search for")
|
tags := flag.String("tags", "", "Tags to search for")
|
||||||
maxConcurrents := flag.Int("concurrents", 30, "Maximum amount of concurrent downloads")
|
maxConcurrents := flag.Int("concurrents", 30, "Maximum amount of concurrent downloads")
|
||||||
saveDirectory := flag.String("out", "dl", "The directory to write the downloaded posts to")
|
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")
|
proxyAddr := flag.String("proxy", "", "Proxy address to parsing")
|
||||||
timeout := flag.Int("timeout", 10, "Timeout proxy to parsing")
|
timeout := flag.Int("timeout", 10, "Timeout proxy to parsing")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user