stash
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
name: 'Karissa Diamond'
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- karissa-diamond.com/videoCollection
|
||||
scraper: sceneScraper
|
||||
|
||||
galleryByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- karissa-diamond.com/photoCollection
|
||||
scraper: galleryScraper
|
||||
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //div[@id="setTitle"]/text()
|
||||
URL: //meta[@property='og:url']/@content
|
||||
Studio:
|
||||
Name:
|
||||
fixed: "Karissa Diamond"
|
||||
Date:
|
||||
selector: //div[@id="setDate"]/text()
|
||||
postProcess:
|
||||
- parseDate: January 02, 2006
|
||||
Details: //div[@class="well"]/text()
|
||||
Tags:
|
||||
Name: //div[@class[contains(.,'hidden')]]//a[@class='tag']/text()
|
||||
Performers:
|
||||
Name:
|
||||
fixed: "Karissa Diamond"
|
||||
Image:
|
||||
selector: //meta[@property="og:image"]/@content
|
||||
# Uncomment if you prefer a 720p cover over 1080p
|
||||
# postProcess:
|
||||
# - replace:
|
||||
# - regex: cover
|
||||
# with: cover_720
|
||||
galleryScraper:
|
||||
gallery:
|
||||
Title: //div[@id="setTitle"]/text()
|
||||
URL: //meta[@property="og:url"]/@content
|
||||
Studio:
|
||||
Name:
|
||||
fixed: "Karissa Diamond"
|
||||
Date:
|
||||
selector: //div[@id="setDate"]/text()
|
||||
postProcess:
|
||||
- parseDate: January 02, 2006
|
||||
Details: //div[@class="well"]/text()
|
||||
Tags:
|
||||
Name: //div[@class[contains(.,"hidden")]]//a[@class="tag"]/text()
|
||||
Performers:
|
||||
Name:
|
||||
fixed: "Karissa Diamond"
|
||||
|
||||
# Last Updated October 15, 2020
|
||||
Reference in New Issue
Block a user