stash
This commit is contained in:
25
stash/config/scrapers/community/Danni/Danni.yml
Normal file
25
stash/config/scrapers/community/Danni/Danni.yml
Normal file
@@ -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
|
||||
9
stash/config/scrapers/community/Danni/manifest
Executable file
9
stash/config/scrapers/community/Danni/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: Danni
|
||||
name: Danni
|
||||
metadata: {}
|
||||
version: eb78f63
|
||||
date: "2021-12-07 11:22:57"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- Danni.yml
|
||||
Reference in New Issue
Block a user