diff --git a/SCRAPERS-LIST.md b/SCRAPERS-LIST.md index 5c20a492..926e9256 100644 --- a/SCRAPERS-LIST.md +++ b/SCRAPERS-LIST.md @@ -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:|-|- diff --git a/scrapers/DarkRoomVR.yml b/scrapers/DarkRoomVR.yml new file mode 100644 index 00000000..2135975d --- /dev/null +++ b/scrapers/DarkRoomVR.yml @@ -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