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
|
||||
9
stash/config/scrapers/community/Boundlife/manifest
Executable file
9
stash/config/scrapers/community/Boundlife/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: Boundlife
|
||||
name: BoundLife
|
||||
metadata: {}
|
||||
version: "7784562"
|
||||
date: "2021-07-14 20:55:29"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- Boundlife.yml
|
||||
Reference in New Issue
Block a user