uniquely sort urls and put the db the gitignore
This commit is contained in:
parent
036e3addb2
commit
d4d5e67da8
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
db.sqlite
|
||||
|
1
urls.sh
1
urls.sh
|
@ -2,6 +2,7 @@ wget --spider --force-html --tries 1 --timeout 1 -r -l1 -H -U 'searplbot/1.0' $@
|
|||
|
||||
grep '^--' wg | awk '{ print $3 }' \
|
||||
| grep -v '\.\(css\|js\|png\|gif\|jpg\|txt\|ico\|ttf\|svg\)$' \
|
||||
| sort | uniq \
|
||||
| tee -a ur
|
||||
|
||||
rm wg
|
||||
|
|
Loading…
Reference in a new issue