script updates

This commit is contained in:
Stefen Auris 2024-08-20 00:07:13 -04:00
parent 2da3250596
commit 95d34ab0bc
6 changed files with 15 additions and 8 deletions

View file

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

View file

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

View file

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

View file

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

View file

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