script updates
This commit is contained in:
parent
84a1408616
commit
e0cfa822bf
4 changed files with 14 additions and 49 deletions
|
@ -1,43 +0,0 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||
<fontconfig>
|
||||
<match>
|
||||
<test name="family">
|
||||
<string>sans-serif</string>
|
||||
</test>
|
||||
<edit binding="strong" mode="prepend" name="family">
|
||||
<string>Noto Color Emoji</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match>
|
||||
<test name="family">
|
||||
<string>serif</string>
|
||||
</test>
|
||||
<edit binding="strong" mode="prepend" name="family">
|
||||
<string>Noto Color Emoji</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match>
|
||||
<test name="family">
|
||||
<string>Apple Color Emoji</string>
|
||||
</test>
|
||||
<edit binding="strong" mode="prepend" name="family">
|
||||
<string>Noto Color Emoji</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<edit mode="assign" name="rgba">
|
||||
<const>rgb</const>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<edit mode="assign" name="hinting">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<edit mode="assign" name="hintstyle">
|
||||
<const>hintfull</const>
|
||||
</edit>
|
||||
</match>
|
||||
</fontconfig>
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,9 +1,14 @@
|
|||
#!/bin/bash
|
||||
gallery-dl --sleep 12-16 --abort 2 "mastodon:https://yiff.life/@kokirimuscle@mastodon.lol"
|
||||
echo "wait"
|
||||
sleep 60
|
||||
gallery-dl --sleep 12-16 --abort 2 "mastodon:https://yiff.life/@PupShadowNH@woof.group"
|
||||
echo "wait"
|
||||
sleep 60
|
||||
gallery-dl --sleep 12-16 --abort 2 "mastodon:https://yiff.life/@KubiBun@meow.social" ─┘
|
||||
sleep 60
|
||||
gallery-dl --sleep 12-16 --abort 2 "mastodon:https://yiff.life/@Little_LuLu_X@rubber.social"
|
||||
sleep 60
|
||||
gallery-dl --sleep 12-16 --abort 2 "mastodon:https://yiff.life/@ARRRBEEEE@woof.group"
|
||||
sleep 60
|
||||
gallery-dl --sleep 12-16 --abort 2 "mastodon:https://yiff.life/@PupTrash@woof.group"
|
||||
|
||||
echo "done!"
|
||||
|
|
3
scripts/server_bin/update_onlyfans.sh
Executable file
3
scripts/server_bin/update_onlyfans.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
cd ~/gallery-dl/onlyfans
|
||||
onlyfans-scraper -a
|
Loading…
Add table
Add a link
Reference in a new issue