updates
This commit is contained in:
parent
b9e1b3f236
commit
87f097be2b
2 changed files with 2 additions and 1 deletions
|
@ -38,3 +38,4 @@ gallery-dl --sleep 4 --abort 3 https://twitter.com/Duke_Doberman
|
||||||
gallery-dl --sleep 4 --abort 3 https://twitter.com/rubberbeefcake
|
gallery-dl --sleep 4 --abort 3 https://twitter.com/rubberbeefcake
|
||||||
gallery-dl --sleep 4 --abort 3 https://twitter.com/AlienSymbol
|
gallery-dl --sleep 4 --abort 3 https://twitter.com/AlienSymbol
|
||||||
gallery-dl --sleep 4 --abort 3 https://twitter.com/Milesfuzz
|
gallery-dl --sleep 4 --abort 3 https://twitter.com/Milesfuzz
|
||||||
|
gallery-dl --sleep 4 --abort 3 https://x.com/yamasmut
|
||||||
|
|
|
@ -5,6 +5,6 @@ target=/home/stev/Pictures/gallery-dl/twitter/follow.txt
|
||||||
#sed -ie 's/^.//' $target
|
#sed -ie 's/^.//' $target
|
||||||
#loop through the list and download
|
#loop through the list and download
|
||||||
for i in `cat $target`; do
|
for i in `cat $target`; do
|
||||||
gallery-dl --sleep 4 --abort 3 "https://x.com/$i"
|
gallery-dl --sleep 4 --abort 3 "$i"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue