updates!
This commit is contained in:
parent
82d74c1a40
commit
dbda21b33a
2 changed files with 9 additions and 2 deletions
|
@ -52,3 +52,4 @@ gallery-dl --sleep 4 --abort 3 https://x.com/DoggoStahl
|
||||||
gallery-dl --sleep 4 --abort 3 https://x.com/AidanEnormouse
|
gallery-dl --sleep 4 --abort 3 https://x.com/AidanEnormouse
|
||||||
gallery-dl --sleep 4 --abort 3 https://x.com/SmileyBots
|
gallery-dl --sleep 4 --abort 3 https://x.com/SmileyBots
|
||||||
gallery-dl --sleep 4 --abort 3 https://x.com/Aquafighter_Dai
|
gallery-dl --sleep 4 --abort 3 https://x.com/Aquafighter_Dai
|
||||||
|
gallery-dl --sleep 4 --abort 3 https://x.com/acethefurri
|
||||||
|
|
|
@ -1,6 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# docker pull ghcr.io/datawhores/of-scraper:latest
|
# docker pull ghcr.io/datawhores/of-scraper:latest
|
||||||
|
|
||||||
|
export OF_DYNAMIC_GENERIC_URL="https://raw.githubusercontent.com/rafa-9/dynamic-rules/main/rules.json"
|
||||||
|
#export OF_DEVIINT_URL=""
|
||||||
test -t 1 && USE_TTY="-it"
|
test -t 1 && USE_TTY="-it"
|
||||||
docker run ${USE_TTY} --rm --name=ofscraper -u 1000:1000 -v /home/stev/.config/ofscraper:/home/ofscraper/.config/ -v /home/stev/gallery-dl/onlyfans:/home/ofscraper/data \
|
|
||||||
|
docker run ${USE_TTY} --rm --name=ofscraper --env-file /home/stev/.config/ofscraper/ofscraper/env \
|
||||||
|
-v /home/stev/.config/ofscraper:/home/ofscraper/.config/ -v /home/stev/gallery-dl/onlyfans:/home/ofscraper/data \
|
||||||
ghcr.io/datawhores/of-scraper:latest \
|
ghcr.io/datawhores/of-scraper:latest \
|
||||||
ofscraper --output normal --action download --sort subscribed --post timeline,streams,messages,purchased -ts --username ALL
|
ofscraper --output NORMAL --log NORMAL --action download --sort subscribed --post timeline,streams,messages,purchased -ts --username ALL
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue