stash
This commit is contained in:
29
stash/config/scrapers/community/Mandyflores/Mandyflores.yml
Normal file
29
stash/config/scrapers/community/Mandyflores/Mandyflores.yml
Normal 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
|
||||
Reference in New Issue
Block a user