diff --git a/scripts/server_bin/special_twitt.sh b/scripts/server_bin/special_twitt.sh index 98dabf6..2cfb653 100755 --- a/scripts/server_bin/special_twitt.sh +++ b/scripts/server_bin/special_twitt.sh @@ -3,7 +3,6 @@ echo ">>> Updating Retweets" gallery-dl --abort 3 --sleep 4 -o retweets=true "https://twitter.com/stefenauris" gallery-dl --abort 3 --sleep 4 -o retweets=true "https://twitter.com/DaybreakHero" echo ">>> Downloading Special Pics in no particular order..." -gallery-dl --sleep 4 --abort 3 https://twitter.com/TheBaddestRam gallery-dl --sleep 4 --abort 3 https://twitter.com/Metal_AnimalMan gallery-dl --sleep 4 --abort 3 https://twitter.com/wolf_ezo gallery-dl --sleep 4 --abort 3 https://twitter.com/_maxsmall @@ -40,3 +39,7 @@ 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 gallery-dl --sleep 4 --abort 3 https://x.com/lucthelab +gallery-dl --sleep 4 --abort 3 https://x.com/HYDROKIINESIS +gallery-dl --sleep 4 --abort 3 https://x.com/puppanic +gallery-dl --sleep 4 --abort 3 https://x.com/t_kobs +gallery-dl --sleep 4 --abort 3 https://x.com/PupBuday diff --git a/scripts/server_bin/update_onlyfans.sh b/scripts/server_bin/update_onlyfans.sh index 6431471..c95e6ed 100755 --- a/scripts/server_bin/update_onlyfans.sh +++ b/scripts/server_bin/update_onlyfans.sh @@ -2,5 +2,5 @@ # docker pull ghcr.io/datawhores/of-scraper:latest test -t 1 && USE_TTY="-it" docker run ${USE_TTY} --rm --name=ofscraper -u 1000:1000 -v /home/stev/.config/ofscraper:/home/ofscraper/.config/ -v /home/stev/gallery-dl/onlyfans:/home/ofscraper/data \ - ghcr.io/datawhores/of-scraper:3.12.9 \ + ghcr.io/datawhores/of-scraper:main \ ofscraper --output normal --action download --sort subscribed --post timeline,profile,messages,purchased -ts --username ALL diff --git a/scripts/server_bin/update_twitter.sh b/scripts/server_bin/update_twitter.sh index ea80b39..a246618 100755 --- a/scripts/server_bin/update_twitter.sh +++ b/scripts/server_bin/update_twitter.sh @@ -7,7 +7,7 @@ gallery-dl --abort 3 -o retweets=true "https://twitter.com/DaybreakHero" for i in */; do echo ">> $i" date - gallery-dl --sleep 5 --abort 3 "https://twitter.com/$i" || echo "$i" >> ~/twit_error.txt + gallery-dl --sleep 3-4 --abort 3 "https://twitter.com/$i" || echo "$i" >> ~/twit_error.txt echo " << waiting" - sleep 40 + sleep 25 done