This commit is contained in:
Stefen Auris 2024-07-18 01:46:01 -04:00
parent b9e1b3f236
commit 87f097be2b
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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