updated versions

This commit is contained in:
Stefen Auris 2024-03-26 01:32:17 -04:00
parent f975d68bd9
commit 7b66b6efbf
3 changed files with 13 additions and 11 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 6 --abort 3 "https://twitter.com/$i" || echo "$i" >> ~/twit_error.txt
gallery-dl --sleep 5 --abort 3 "https://twitter.com/$i" || echo "$i" >> ~/twit_error.txt
echo " << waiting"
sleep 60
sleep 40
done