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

75 lines
1.3 KiB
YAML

name: Why Not Bi
# requires: py_common, AyloAPI
# scrapes: Why Not Bi
galleryByURL:
- action: script
url:
- whynotbi.com/scene/
script:
- python
- WhyNotBi.py
- gallery-by-url
galleryByFragment:
action: script
script:
- python
- WhyNotBi.py
- gallery-by-fragment
sceneByURL:
- action: script
url:
- whynotbi.com/scene/
script:
- python
- WhyNotBi.py
- scene-by-url
sceneByFragment:
action: script
script:
- python
- WhyNotBi.py
- scene-by-fragment
sceneByName:
action: script
script:
- python
- WhyNotBi.py
- scene-by-name
sceneByQueryFragment:
action: script
script:
- python
- WhyNotBi.py
- scene-by-query-fragment
performerByName:
action: script
script:
- python
- WhyNotBi.py
- performer-by-name
performerByURL:
- action: script
url:
- whynotbi.com/model/
script:
- python
- WhyNotBi.py
- performer-by-url
performerByFragment:
action: script
script:
- python
- WhyNotBi.py
- performer-by-fragment
movieByURL:
- action: script
url:
- whynotbi.com/scene/
# Since scenes link to the movie we can scrape movies from scenes
- whynotbi.com/movie/
script:
- python
- WhyNotBi.py
- movie-by-url
# Last Updated January 14, 2024