We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46ff58 commit 579e841Copy full SHA for 579e841
check_broken_links.sh
@@ -13,7 +13,8 @@ wget --auth-no-challenge -q --user=$2 --password=$3 $1/sitemap.xml -O - \
13
| fgrep loc \
14
| sed s'/ <loc>//' \
15
| sed s'/<\/loc>//' \
16
- | wget -nv -np -w 0.1 --spider -H -r -l1 -i - --user=$2 --password=$3 -P /tmp/spider \
+ | wget -nv -np -w 0.1 --spider -H -r -l1 -i - --user=$2 --password=$3 \
17
+ -P /tmp/spider \
18
--auth-no-challenge \
19
--no-relative \
20
--domains="gov.uk" \
0 commit comments