little update
This commit is contained in:
parent
fc4665fdfb
commit
f44c3496f5
2
main.go
2
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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user