script updates
This commit is contained in:
parent
84a1408616
commit
e0cfa822bf
4 changed files with 14 additions and 49 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
cd $HOME/gallery-dl/instagram
|
||||
for i in */; do
|
||||
echo ">> $i"
|
||||
gallery-dl --sleep 8-14 --abort 3 "https://www.instagram.com/$i"
|
||||
cat favorites.txt | while read line
|
||||
do
|
||||
echo ">> $line"
|
||||
gallery-dl --sleep 8-14 --abort 3 "https://www.instagram.com/$line"
|
||||
sleep 30
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue