little update

This commit is contained in:
BitHeaven 2023-04-28 16:07:13 +05:00
parent fc4665fdfb
commit f44c3496f5
1 changed files with 1 additions and 1 deletions

View File

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