Files
compose-projects-arr/stash/config/scrapers/community/OldNanny/OldNanny.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

40 lines
1.1 KiB
YAML

# This scraper does not parse older scenes that use a different page layout
name: "OldNanny"
sceneByURL:
- action: scrapeXPath
url:
- oldnanny.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Studio:
Name:
selector: //div[@class="col-12 col-xl-4"]//dl[2]//a/text()
postProcess:
- replace:
- regex: ([a-z])([A-Z])
with: $1 $2
Title:
selector: //title/text()
postProcess:
- replace:
- regex: ^.+\s:\s(.+)$
with: $1
Tags:
Name:
selector: //div[@class="col-12 col-xl-4"]//dl[3]//a/text()
Date:
selector: //div[@class="col-12 text-center title-wrapp"]/h1/small/text()
postProcess:
- parseDate: January 2, 2006
Performers:
Name:
selector: //div[@class="col-12 col-xl-4"]//dl[1]//a
postProcess:
- replace:
- regex: \,
with:
Image: //video[@id="video-player"]/@poster
# Last Updated July 27, 2023