stash
This commit is contained in:
28
stash/config/scrapers/community/Boundlife/Boundlife.yml
Normal file
28
stash/config/scrapers/community/Boundlife/Boundlife.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
name: "BoundLife"
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- "boundlife.com"
|
||||
scraper: sceneScraper
|
||||
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
common:
|
||||
$performerTitleDate: //div[@class="post-title"]
|
||||
scene:
|
||||
Title:
|
||||
selector: $performerTitleDate/h2
|
||||
Date:
|
||||
selector: $performerTitleDate/h3/span[3]/text()
|
||||
postProcess:
|
||||
- parseDate: 02 January 2006
|
||||
Details:
|
||||
selector: //div[@class="entry"]/p
|
||||
Performers:
|
||||
Name:
|
||||
selector: $performerTitleDate/h3/span[2]/text()
|
||||
Studio:
|
||||
Name:
|
||||
fixed: Bound Life
|
||||
Image: //meta[@property="og:image"]/@content[not(contains(.,"blank.jpg"))]|(//a/img[@border="1"])[1]/@src
|
||||
# Last Updated May 02, 2021
|
||||
Reference in New Issue
Block a user