increased timer
This commit is contained in:
parent
f8c6f33188
commit
0ad67eb0f8
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
cd $HOME/gallery-dl/instagram
|
cd $HOME/gallery-dl/instagram
|
||||||
for i in */; do
|
for i in */; do
|
||||||
echo ">> $i"
|
echo ">> $i"
|
||||||
gallery-dl --sleep 3-4 --abort 3 https://www.instagram.com/$i
|
gallery-dl --sleep 8-14 --abort 3 "https://www.instagram.com/$i"
|
||||||
sleep 15
|
sleep 30
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
gallery-dl --sleep 8-16 --abort 2 "mastodon:https://yiff.life/@kokirimuscle@mastodon.lol"
|
gallery-dl --sleep 12-16 --abort 2 "mastodon:https://yiff.life/@kokirimuscle@mastodon.lol"
|
||||||
echo "wait"
|
echo "wait"
|
||||||
sleep 60
|
sleep 60
|
||||||
gallery-dl --sleep 8-16 --abort 2 "mastodon:https://yiff.life/@PupShadowNH@woof.group"
|
gallery-dl --sleep 12-16 --abort 2 "mastodon:https://yiff.life/@PupShadowNH@woof.group"
|
||||||
echo "wait"
|
echo "wait"
|
||||||
sleep 60
|
sleep 60
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue