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,33 @@
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

View File

@@ -0,0 +1,9 @@
id: SexBabesVR
name: SexBabesVR
metadata: {}
version: 3f5fa00
date: "2024-01-11 00:12:14"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- SexBabesVR.yml