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

36 lines
981 B
YAML

name: sapphicnetwork
sceneByURL:
- action: scrapeXPath
url:
- fistflush.com
- givemepink.com
- sapphicerotica.com
- sapphix.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //div[@class="container"]//h2
Date:
selector: //div[@class="container"]//span[contains(.,"Added")]
postProcess:
- replace:
- regex: "Added|,"
with: ""
- parseDate: January 2 2006
Details: //p[@class="mg-md"]
Tags:
Name: //div[contains(h4,"Tags:")]//a
Performers:
Name: //div[contains(h4,"Featured model")]//a
Studio:
Name:
selector: //a[text()="Join Now"]/@href
postProcess:
- replace:
- regex: ^.*//(?:in\.)?(.+?)/.+$
with: $1
Image: //video[@id="video"]/@poster | //div[@class="col-sm-12"]//img/@src
# Last Updated March 01, 2021