From eb78f636fed7ed1330e12645cd728f3628bcbfae Mon Sep 17 00:00:00 2001 From: JaseNZC <64925341+JaseNZC@users.noreply.github.com> Date: Wed, 8 Dec 2021 00:22:57 +1300 Subject: [PATCH] add Danni.com xPath scene scraper (#802) --- SCRAPERS-LIST.md | 1 + scrapers/Danni.yml | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 scrapers/Danni.yml diff --git a/SCRAPERS-LIST.md b/SCRAPERS-LIST.md index 17e648ea..9c5f5696 100644 --- a/SCRAPERS-LIST.md +++ b/SCRAPERS-LIST.md @@ -288,6 +288,7 @@ daddygetslucky.com|Hustler.yml|:heavy_check_mark:|:x:|:x:|:x:|CDP|- 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:|-|- 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/Danni.yml b/scrapers/Danni.yml new file mode 100644 index 00000000..65a84c49 --- /dev/null +++ b/scrapers/Danni.yml @@ -0,0 +1,25 @@ +name: Danni +sceneByURL: + - action: scrapeXPath + url: + - danni.com/scenes/ + scraper: sceneScraper +xPathScrapers: + sceneScraper: + scene: + Title: + selector: //div[@class="scene-title"] + Performers: + Name: //div[@class='danni-card-model-list-container']/a + Tags: + Name: //div[@class="scene-tags"]/a + Image: + selector: //script[contains(text(),"let sources")]/text() + postProcess: + - replace: + - regex: .(https:\/\/\S*\.jpg)* + with: $1 + Studio: + Name: + fixed: Danni.com +# Last Updated December 07, 2021