from twitter to x domain
This commit is contained in:
parent
0b72636908
commit
9a7204692f
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
target=/home/stev/Pictures/gallery-dl/twitter/follow.txt
|
target=/home/stev/Pictures/gallery-dl/twitter/follow.txt
|
||||||
#edit follows file in place
|
#edit follows file in place
|
||||||
sed -n -i '/^@/p' $target
|
#sed -n -i '/^@/p' $target
|
||||||
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://twitter.com/$i"
|
gallery-dl --sleep 4 --abort 3 "https://x.com/$i"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue