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,29 @@
name: "DarkRoomVR"
sceneByURL:
- action: scrapeXPath
url:
- darkroomvr.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$info: //div[@class="container"]
scene:
Title: $info//h1[@class="video-detail__title"]
Studio:
Name:
fixed: DarkRoomVR
Date:
selector: $info//div[@class="video-info__text"]/div[@class="video-info__time"]/text()
postProcess:
- replace:
- regex: ".+ • (.*)"
with: $1
- parseDate: 2 January, 2006
Details: $info//div[@data-id="description"][span[text()="Read less"]]/text()
Tags:
Name: $info//div[@class="tags__container"]//a/text()
Performers:
Name: $info//div[@class="video-info__text"]//a/text()
Image: $info//div[@class="image-container"]//dl8-video/@poster
# Last Updated January 15, 2022

View File

@@ -0,0 +1,9 @@
id: DarkRoomVR
name: DarkRoomVR
metadata: {}
version: a2ec543
date: "2022-01-17 20:51:20"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- DarkRoomVR.yml