diff options
author | Anonymous <anonymous@example.org> | 2024-01-15 03:03:55 -0600 |
---|---|---|
committer | Anonymous <anonymous@example.org> | 2024-01-15 03:03:55 -0600 |
commit | 6bdb959afa2c04d1054eba6f1a1a695b2061bf79 (patch) | |
tree | ead71190d77427158b5dace341b3d4d61f95a599 | |
parent | 2c0cc2174a191149f09e1bae1e01249153081ba8 (diff) | |
download | stashley-6bdb959afa2c04d1054eba6f1a1a695b2061bf79.tar.gz stashley-6bdb959afa2c04d1054eba6f1a1a695b2061bf79.tar.bz2 stashley-6bdb959afa2c04d1054eba6f1a1a695b2061bf79.zip |
only go to a depth of 3 links downv1.1.1
-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") |