crawl slower so sites wont ban it lol
This commit is contained in:
parent
3e051c0feb
commit
c6b476c4a3
1 changed files with 1 additions and 1 deletions
2
urls.sh
2
urls.sh
|
@ -1,4 +1,4 @@
|
||||||
wget --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 1 -r -l1 -H -U 'searplbot/1.0' $@ 2>&1 | tee -a wg
|
||||||
|
|
||||||
grep '^--' wg | awk '{ print $3 }' \
|
grep '^--' wg | awk '{ print $3 }' \
|
||||||
| grep -v '\.\(css\|js\|png\|gif\|jpg\|txt\|ico\|ttf\|svg\)$' \
|
| grep -v '\.\(css\|js\|png\|gif\|jpg\|txt\|ico\|ttf\|svg\)$' \
|
||||||
|
|
Loading…
Reference in a new issue