This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
id: sapphix
name: sapphicnetwork
metadata: {}
version: 790d86a
date: "2021-03-11 11:24:53"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- sapphix.yml

View File

@@ -0,0 +1,35 @@
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