increase crawling timeout
This commit is contained in:
parent
34e9d6b8ca
commit
4643aeec70
1 changed files with 1 additions and 1 deletions
2
urls.sh
2
urls.sh
|
@ -1,4 +1,4 @@
|
|||
wget -w 2 --random-wait --spider --force-html --tries 1 --timeout 1 -r -l1 -H -U 'searplbot/1.0' $@ 2>&1 | tee -a wg
|
||||
wget -w 2 --random-wait --spider --force-html --tries 1 --timeout 2 -r -l1 -H -U 'searplbot/1.0' $@ 2>&1 | tee -a wg
|
||||
|
||||
grep '^--' wg | awk '{ print $3 }' \
|
||||
| grep -v '\.\(css\|js\|png\|gif\|jpg\|txt\|ico\|ttf\|svg\)$' \
|
||||
|
|
Loading…
Reference in a new issue