stash
This commit is contained in:
9
stash/config/scrapers/community/sapphix/manifest
Executable file
9
stash/config/scrapers/community/sapphix/manifest
Executable 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
|
||||
35
stash/config/scrapers/community/sapphix/sapphix.yml
Normal file
35
stash/config/scrapers/community/sapphix/sapphix.yml
Normal 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
|
||||
Reference in New Issue
Block a user