This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
name: Mandyflores
sceneByURL:
- action: scrapeXPath
url:
- mandyflores.com/vod/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$updateDesc: //span[@class="update_description"]
$divCenter: /div[@align="center"]
scene:
Title: //span[@class="title_bar_hilite"]
Details:
selector: $updateDesc$divCenter/span/span[@style]/text()[normalize-space(.)]|($updateDesc | $updateDesc/p)/text()[normalize-space(.)]|($updateDesc$divCenter/text())[1]|($updateDesc/text())[1]
concat: "\n\n"
Date:
selector: //div[@class="cell update_date"][not(ancestor::span[@class="update_description"])]/text()[1]
postProcess:
- parseDate: 01/02/2006
Studio:
Name:
fixed: Mandyflores
Tags:
Name: //span[@class="update_tags"]/a
Performers:
Name: //span[@class="update_models"][following-sibling::span[@class="update_tags"]]/a
# Last Updated September 16, 2020

View File

@@ -0,0 +1,9 @@
id: Mandyflores
name: Mandyflores
metadata: {}
version: 6e013d1
date: "2020-11-08 19:09:03"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- Mandyflores.yml