increased timer

This commit is contained in:
Stefen Auris 2022-12-23 22:07:02 -05:00
parent f8c6f33188
commit 0ad67eb0f8
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
cd $HOME/gallery-dl/instagram
for i in */; do
echo ">> $i"
gallery-dl --sleep 3-4 --abort 3 https://www.instagram.com/$i
sleep 15
gallery-dl --sleep 8-14 --abort 3 "https://www.instagram.com/$i"
sleep 30
done