stash
This commit is contained in:
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