stash
This commit is contained in:
@@ -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
|
||||
9
stash/config/scrapers/community/chastitybabes/manifest
Executable file
9
stash/config/scrapers/community/chastitybabes/manifest
Executable 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
|
||||
Reference in New Issue
Block a user