Skip to content

Commit

Permalink
spider script: wait longer!
Browse files Browse the repository at this point in the history
  • Loading branch information
robmiller committed Mar 20, 2022
1 parent fe98896 commit 6b9090b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/spider
Expand Up @@ -7,7 +7,7 @@
# Outputs all of the HTML pages on a given domain.


wget -r -nd --delete-after -w 0.1 "$1" 2>&1 |
wget -r -nd --delete-after -w 1 "$1" 2>&1 |
grep -B3 text/html |
grep -B2 '200 OK' | egrep 'https?://' |
cut -d' ' -f3- |
Expand Down

0 comments on commit 6b9090b

Please sign in to comment.