This commit is contained in:
Stefen Auris 2025-04-13 23:17:10 -04:00
parent f89d75fe88
commit 511afe79ad
3 changed files with 7 additions and 4 deletions

View file

@ -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