36 lines
981 B
YAML
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
|