add DarkRoomVR xPath scene scraper (#860)

This commit is contained in:
bnkai 2022-01-17 21:51:20 +01:00
parent d806b8cfd5
commit a2ec543567
2 changed files with 30 additions and 0 deletions

View File

@ -298,6 +298,7 @@ daddyslilangel.com|Nubiles.yml|:heavy_check_mark:|:heavy_check_mark:|:x:|:x:|-|-
damnthatsbig.com|AMAMultimedia.yml|:heavy_check_mark:|:x:|:x:|:x:|-|Gay
danejones.com|RealityKingsOL.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
danni.com|Danni.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
darkroomvr.com|DarkRoomVR.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
darkx.com|GammaEntertainment.yml|:heavy_check_mark:|:x:|:heavy_check_mark:|:x:|-|-
data18.com|data18.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
daughterswap.com|PaperStreetMedia.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-

29
scrapers/DarkRoomVR.yml Normal file
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