summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortechchud <protrude_paying969@simplelogin.com>2025-08-17 19:35:25 -0500
committertechchud <protrude_paying969@simplelogin.com>2025-08-17 19:35:25 -0500
commit94d10ea39c594cfe1a07c1d5327b87383bd4edb0 (patch)
treeead71190d77427158b5dace341b3d4d61f95a599
parent7983018e62b944831c7955a881c013be1d14b5d6 (diff)
downloadstashley-94d10ea39c594cfe1a07c1d5327b87383bd4edb0.tar.gz
stashley-94d10ea39c594cfe1a07c1d5327b87383bd4edb0.tar.bz2
stashley-94d10ea39c594cfe1a07c1d5327b87383bd4edb0.zip
only go to a depth of 3 links down
-rwxr-xr-xstashley2
1 files changed, 1 insertions, 1 deletions
diff --git a/stashley b/stashley
index aa6b956..0bc2497 100755
--- a/stashley
+++ b/stashley
@@ -14,7 +14,7 @@ do
;;
linktree)
fixedurlname=$(echo "$url"|sed -e "s/\//∕/g")
- wget -e "robots=off" --warc-file="$(date +%s) - $fixedurlname" "$url"
+ wget -r -l 3 -e "robots=off" --warc-file="$(date +%s) - $fixedurlname" "$url"
;;
website)
fixedurlname=$(echo "$url"|sed -e "s/\//∕/g")