30 lines
991 B
YAML
30 lines
991 B
YAML
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
|