check if list is valid before proceeding

This commit is contained in:
Stefen Auris 2025-04-25 13:00:12 -04:00
parent 3b1e1f58ca
commit 8e42abcad4
2 changed files with 7 additions and 3 deletions

View file

@ -2,5 +2,5 @@
# docker pull ghcr.io/datawhores/of-scraper:latest
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 \
ghcr.io/datawhores/of-scraper:main \
ofscraper --output normal --action download --sort subscribed --post timeline,profile,messages,purchased -ts --username ALL
ghcr.io/datawhores/of-scraper:latest \
ofscraper --output normal --action download --sort subscribed --post timeline,streams,messages,purchased -ts --username ALL