From 87f097be2b7e29e3e338ba4d42aa2157f706ac22 Mon Sep 17 00:00:00 2001 From: sc-idevops Date: Thu, 18 Jul 2024 01:46:01 -0400 Subject: [PATCH] updates --- scripts/server_bin/special_twitt.sh | 1 + scripts/server_bin/twitt_follow.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/server_bin/special_twitt.sh b/scripts/server_bin/special_twitt.sh index 6bf6a0b..376fd35 100755 --- a/scripts/server_bin/special_twitt.sh +++ b/scripts/server_bin/special_twitt.sh @@ -38,3 +38,4 @@ gallery-dl --sleep 4 --abort 3 https://twitter.com/Duke_Doberman gallery-dl --sleep 4 --abort 3 https://twitter.com/rubberbeefcake gallery-dl --sleep 4 --abort 3 https://twitter.com/AlienSymbol gallery-dl --sleep 4 --abort 3 https://twitter.com/Milesfuzz +gallery-dl --sleep 4 --abort 3 https://x.com/yamasmut diff --git a/scripts/server_bin/twitt_follow.sh b/scripts/server_bin/twitt_follow.sh index 45758b8..5df4120 100755 --- a/scripts/server_bin/twitt_follow.sh +++ b/scripts/server_bin/twitt_follow.sh @@ -5,6 +5,6 @@ target=/home/stev/Pictures/gallery-dl/twitter/follow.txt #sed -ie 's/^.//' $target #loop through the list and download for i in `cat $target`; do - gallery-dl --sleep 4 --abort 3 "https://x.com/$i" + gallery-dl --sleep 4 --abort 3 "$i" done