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

34 lines
945 B
YAML

name: "SexBabesVR"
sceneByURL:
- action: scrapeXPath
url:
- sexbabesvr.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$detail: //div[@class="video-detail"]
scene:
Title: $detail//h1/text()
Date:
selector: $detail//div[@class="video-detail__description--container"]/div[contains(@style, "padding-top")]/text()
postProcess:
- parseDate: Jan 02, 2006
Details:
selector: $detail/div[@class="container"]/p/text()
concat: " "
Tags:
Name: $detail//div[@class="tags"]//a/text()
Performers:
Name:
selector: $detail//div[@class="video-detail__description--author"]//a/text()
postProcess:
- replace:
- regex: ^\s*(.+)\s*$
with: $1
Image: //dl8-video/@poster
Studio:
Name:
fixed: "SexBabesVR"
# Last Updated January 10, 2024