added new lines

This commit is contained in:
Stefen Auris 2023-11-18 20:43:43 -05:00
parent e1a0b7ad88
commit e101722f27
3 changed files with 4 additions and 1 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 3 --abort 3 "https://twitter.com/$i" || echo "$i" >> ~/twit_error.txt
gallery-dl --sleep 6 --abort 3 "https://twitter.com/$i" || echo "$i" >> ~/twit_error.txt
echo " << waiting"
sleep 60
done