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,42 @@
name: "ChastityBabes"
sceneByURL:
- action: scrapeXPath
url:
- 'chastitybabes.com/archives'
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$performerTitle: //h1[@id="post-title"]/text()
scene:
Title:
selector: $performerTitle
postProcess:
- replace:
- regex: (.*) (.*)
with: $2
Date:
selector: //div[@class="post_info"]/text()[1]
postProcess:
- replace:
- regex: '.*Posted on (.*) in.*'
with: $1
- parseDate: "Jan 2, 2006"
Details:
selector: //div[@class="postcontent"]/p
Performers:
Name:
selector: $performerTitle
postProcess:
- replace:
- regex: (.*) (.*)|.*
with: $1
Tags:
Name: //a[@rel="category tag"]/text()
Studio:
Name:
fixed: Chastity Babes
Image: //img[@class="thumb_img"]/@src
# Last Updated January 27, 2021

View File

@@ -0,0 +1,9 @@
id: chastitybabes
name: ChastityBabes
metadata: {}
version: "7784562"
date: "2021-07-14 20:55:29"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- chastitybabes.yml