diff options
author | Saumit <justsaumit@protonmail.com> | 2025-02-23 16:20:47 +0530 |
---|---|---|
committer | Saumit <justsaumit@protonmail.com> | 2025-02-23 16:20:47 +0530 |
commit | a9950e07cb2b662fa88b32a9e2e277676446a206 (patch) | |
tree | 0c17e7b0c3b8a4981100c96baa2a0bc831e02949 /.scripts/4chget | |
parent | 576e3385f7ef63eff30bae3fe63e231b09d2f875 (diff) |
.scripts: few updates
Diffstat (limited to '.scripts/4chget')
-rwxr-xr-x | .scripts/4chget | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.scripts/4chget b/.scripts/4chget index b4a7446..43e4f7c 100755 --- a/.scripts/4chget +++ b/.scripts/4chget @@ -34,10 +34,10 @@ read thread case "$option" in "wg") - wget -P "$parentdir/$dir" -nd -r -l 1 -H -D i.4cdn.org,is2.4chan.org -A png,jpg,jpeg -R '*s.*' https://boards.4chan.org/wg/thread/"$thread" ;; + wget -P "$parentdir/$dir" -nd -r -l 1 -H -D i.4cdn.org,is2.4chan.org,is2.4channel.org -A png,jpg,jpeg -R '*s.*' https://boards.4chan.org/wg/thread/"$thread" ;; "w") - wget -P "$parentdir/$dir" -nd -r -l 1 -H -D i.4cdn.org,is2.4chan.org -A png,jpg,jpeg -R '*s.*' https://boards.4channel.org/w/thread/"$thread" ;; + wget -P "$parentdir/$dir" -nd -r -l 1 -H -D i.4cdn.org,is2.4chan.org,is2.4channel.org -A png,jpg,jpeg -R '*s.*' https://boards.4chan.org/w/thread/"$thread" ;; esac echo "Wallpapers downloaded successfully." |