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

41 lines
769 B
YAML

# requires: Algolia
name: "TouchMyWife"
sceneByURL:
- action: script
url:
- touchmywife.com/en/video
script:
- python
- ../Algolia/Algolia.py
- touchmywife
sceneByFragment:
action: script
script:
- python
- ../Algolia/Algolia.py
- touchmywife
sceneByName:
action: script
script:
- python
- ../Algolia/Algolia.py
- touchmywife
- searchName
sceneByQueryFragment:
action: script
script:
- python
- ../Algolia/Algolia.py
- touchmywife
- validName
galleryByURL:
- action: script
url:
- touchmywife.com/en/photo/
script:
- python
- ../Algolia/Algolia.py
- touchmywife
- gallery
# Last Updated December 22, 2022