You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.go
+39-9Lines changed: 39 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,8 @@ func main() {
31
31
estimateTime:=flag.Bool("time", false, "Show how much time it would take to make all requests for the current query")
32
32
printUrls:=flag.Bool("print-urls", false, "Print to stdout only a list of historic URLs, which you can request later")
33
33
unique:=flag.Bool("unique", false, "Print to stdout only unique reponses")
34
-
output:=flag.String("output", "", "Path to a folder where the tool will safe all unique responses in uniquely named files per response (meg style output)")
34
+
output:=flag.String("output", "", "Path to a folder where the tool will safe all unique responses in uniquely named files per response")
35
+
logFile:=flag.String("log-file", "", "Log every wayback history request url, but not the response")
0 commit comments