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

@ -35,3 +35,4 @@ gallery-dl --sleep 4 --abort 3 https://twitter.com/The_Huggernaut
gallery-dl --sleep 4 --abort 3 https://twitter.com/TehBasco gallery-dl --sleep 4 --abort 3 https://twitter.com/TehBasco
gallery-dl --sleep 4 --abort 3 https://twitter.com/SwiftLPRD gallery-dl --sleep 4 --abort 3 https://twitter.com/SwiftLPRD
gallery-dl --sleep 4 --abort 3 https://twitter.com/ronnogoodboyo gallery-dl --sleep 4 --abort 3 https://twitter.com/ronnogoodboyo
gallery-dl --sleep 4 --abort 3 https://twitter.com/Duke_Doberman

View file

@ -14,3 +14,5 @@ sleep 60
gallery-dl --sleep 12-16 --abort 2 "mastodon:https://yiff.life/@Saix@woof.group" gallery-dl --sleep 12-16 --abort 2 "mastodon:https://yiff.life/@Saix@woof.group"
sleep 60 sleep 60
gallery-dl --sleep 12-16 --abort 2 "mastodon:https://yiff.life/@andrew@montagne.uk" gallery-dl --sleep 12-16 --abort 2 "mastodon:https://yiff.life/@andrew@montagne.uk"
sleep 60
gallery-dl --sleep 12-16 --abort 2 "mastodon:https://yiff.life/@DeeDungeon@rubber.social"

View file

@ -7,7 +7,7 @@ gallery-dl --abort 3 -o retweets=true "https://twitter.com/DaybreakHero"
for i in */; do for i in */; do
echo ">> $i" echo ">> $i"
date 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" echo " << waiting"
sleep 60 sleep 60
done done