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,46 @@
name: ShowyBeauty
galleryByURL:
- action: scrapeXPath
url: &urlAttr
- showybeauty.com/cover
scraper: galleryScraper
sceneByURL:
- action: scrapeXPath
url: *urlAttr
scraper: sceneScraper
xPathScrapers:
galleryScraper:
common: &commonSel
$performer: //div[@class='see-model-info']//a
gallery:
Title: &titleSel //div[@class="short"]//strong/text()
Studio: &studioAttr
Name:
fixed: Showy Beauty
Date: &dateAttr
selector: //div[@class="short"]//br/following-sibling::text()[contains(.,"Added")]
postProcess:
- replace:
- regex: Added\s+
with:
- parseDate: 2006-01-02
Performers: &performersAttr
Name: $performer
URL:
selector: $performer/@href
postProcess: &domainAttr
- replace:
- regex: ^
with: http://showybeauty.com
sceneScraper:
common: *commonSel
scene:
Title: *titleSel
Studio: *studioAttr
Date: *dateAttr
Performers: *performersAttr
Image:
selector: //div[contains(@class,"cover")]/div[@class="view"]/img/@src
postProcess: *domainAttr
# Last Updated October 24, 2021

View File

@@ -0,0 +1,9 @@
id: ShowyBeauty
name: ShowyBeauty
metadata: {}
version: a438e4e
date: "2021-10-25 20:23:49"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- ShowyBeauty.yml