increase sleep time

This commit is contained in:
Stefen Auris 2022-12-04 15:56:11 -05:00
parent 75c6765312
commit cada747e05

View file

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