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