diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:35:25 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:35:25 -0500 |
commit | 94d10ea39c594cfe1a07c1d5327b87383bd4edb0 (patch) | |
tree | ead71190d77427158b5dace341b3d4d61f95a599 | |
parent | 7983018e62b944831c7955a881c013be1d14b5d6 (diff) | |
download | stashley-94d10ea39c594cfe1a07c1d5327b87383bd4edb0.tar.gz stashley-94d10ea39c594cfe1a07c1d5327b87383bd4edb0.tar.bz2 stashley-94d10ea39c594cfe1a07c1d5327b87383bd4edb0.zip |
only go to a depth of 3 links down
-rwxr-xr-x | stashley | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |