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,39 @@
# 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

View File

@@ -0,0 +1,9 @@
id: OldNanny
name: OldNanny
metadata: {}
version: c91828a
date: "2023-07-27 18:47:25"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- OldNanny.yml