Files
compose-projects-arr/stash/config/scrapers/community/chastitybabes/chastitybabes.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

43 lines
1.0 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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