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