Files
compose-projects-arr/stash/config/scrapers/community/xbvrdb/xbvrdb.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

16 lines
275 B
YAML

name: "XBVR DB"
sceneByFragment:
action: script
script:
- python
# use python3 instead if needed
- xbvrdb.py
- query
galleryByFragment:
action: script
script:
- python3
- xbvrdb.py
- gallery_query
# Last Updated March 13, 2022