script updates
This commit is contained in:
parent
2da3250596
commit
95d34ab0bc
6 changed files with 15 additions and 8 deletions
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
gallery-dl -u stefenauris.com --abort 3 --sleep 1-2 -o include=all -o reposts=true -o archive=~/gallery-dl/bluesky/stefenauris.com/likes.sqlite3 -o blacklist= -d ~/gallery-dl/bluesky/stefenauris.com/ "https://bsky.app/profile/stefenauris.com"
|
||||
gallery-dl -u stefenauris.com --abort 6 --sleep 1-2 -o include=all -o reposts=true -o archive=~/gallery-dl/bluesky/stefenauris.com/likes.sqlite3 -o blacklist= -d ~/gallery-dl/bluesky/stefenauris.com/ "https://bsky.app/profile/stefenauris.com"
|
||||
|
|
|
@ -2,4 +2,6 @@
|
|||
|
||||
for i in `fdfind video.mp4`; do
|
||||
snap run ffmpeg -hide_banner -hwaccel cuda -hwaccel_output_format cuda -i "$i" -c:a copy -c:v h264_nvenc "${i}_shrink.mp4"
|
||||
rm --verbose "$i"
|
||||
mv --verbose "${i}_shrink.mp4" "$i"
|
||||
done
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
#!/bin/bash
|
||||
target=/home/stev/Pictures/gallery-dl/twitter/follow.txt
|
||||
#edit follows file in place
|
||||
#sed -n -i '/^@/p' $target
|
||||
#sed -ie 's/^.//' $target
|
||||
sed -n -i '/^@/p' $target
|
||||
sed -ie 's/^.//' $target
|
||||
#loop through the list and download
|
||||
for i in `cat $target`; do
|
||||
gallery-dl --sleep 4 --abort 3 "$i"
|
||||
# gallery-dl --sleep 4 --abort 3 "https://x.com/$i"
|
||||
echo $i
|
||||
done
|
||||
|
||||
|
|
|
@ -3,6 +3,9 @@ N=2
|
|||
trash ~/fa_error.log
|
||||
cd $HOME/gallery-dl/furaffinity
|
||||
gallery-dl --abort 3 --sleep 0-1 "https://www.furaffinity.net/favorites/stevo/"
|
||||
gallery-dl --abort 3 --sleep 0-1 "https://www.furaffinity.net/favorites/yrrufaton07/"
|
||||
gallery-dl --abort 3 --sleep 0-1 "https://www.furaffinity.net/favorites/arandomguyontheinternet/"
|
||||
|
||||
for i in */; do
|
||||
echo ">> $i"
|
||||
(gallery-dl --abort 3 --sleep 0-1 https://www.furaffinity.net/user/$i || echo "$i" >> ~/fa_error.log) &
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
# docker pull ghcr.io/datawhores/of-scraper:latest
|
||||
docker run -it --rm --name=ofscraper -u 1000:1000 -v /home/stev/.config/ofscraper:/home/ofscraper/.config/ -v /home/stev/gallery-dl/onlyfans:/home/ofscraper/data \
|
||||
ghcr.io/datawhores/of-scraper:3.11 \
|
||||
ghcr.io/datawhores/of-scraper:3.11.2 \
|
||||
ofscraper --output normal --action download --sort subscribed --post timeline,profile,messages,purchased -ts --username ALL
|
||||
|
|
7
udeps.sh
7
udeps.sh
|
@ -37,7 +37,8 @@ sudo apt-get -my install \
|
|||
libfuse2 \
|
||||
make \
|
||||
neovim \
|
||||
shellcheck
|
||||
shellcheck \
|
||||
lua5.2
|
||||
|
||||
read -n1 -p $'Does this system need a ssh server?\n' REPLY
|
||||
if [[ $REPLY == [Yy] ]]; then
|
||||
|
@ -58,8 +59,8 @@ if [[ $release == jammy || $release == noble ]]; then
|
|||
fi
|
||||
|
||||
#This section installs software outside apt
|
||||
dpkg_url https://github.com/dandavison/delta/releases/download/0.17.0/git-delta_0.17.0_amd64.deb
|
||||
dpkg_url https://github.com/dandavison/delta/releases/download/0.18.0/git-delta_0.18.0_amd64.deb
|
||||
dpkg_url https://github.com/bootandy/dust/releases/download/v1.0.0/du-dust_1.0.0-1_amd64.deb
|
||||
dpkg_url https://github.com/charmbracelet/glow/releases/download/v1.5.1/glow_1.5.1_amd64.deb
|
||||
dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_amd64.deb
|
||||
dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.10.2/bottom_0.10.2-1_amd64.deb
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue