This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View 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

View 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