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

48 lines
840 B
YAML

name: GEVI
# requires: py_common
# scrapes: GayEroticVideoIndex, GEVI
performerByName:
action: script
script:
- python
- GEVI.py
- performer-by-name
performerByURL:
- url:
- gayeroticvideoindex.com/performer
action: script
script:
- python3
- GEVI.py
- performer-by-url
performerByFragment:
action: script
script:
- python
- GEVI.py
- performer-by-fragment
sceneByURL:
- url:
- gayeroticvideoindex.com/episode
action: script
script:
- python3
- GEVI.py
- scene-by-url
sceneByFragment:
action: script
script:
- python
- GEVI.py
- scene-by-fragment
movieByURL:
- url:
- gayeroticvideoindex.com/video
action: script
script:
- python3
- GEVI.py
- movie-by-url
# Last Updated February 08, 2024