updated docker version
This commit is contained in:
parent
146bb88d6b
commit
b249619b0e
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# docker pull ghcr.io/datawhores/of-scraper:latest
|
# 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 \
|
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.8.10 \
|
ghcr.io/datawhores/of-scraper:3.8.17 \
|
||||||
ofscraper --action download --sort subscribed --post timeline,profile,messages,purchased -ts --username ALL
|
ofscraper --output normal --action download --sort subscribed --post timeline,profile,messages,purchased -ts --username ALL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue