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

37 lines
940 B
YAML

name: NoelAlejandro
sceneByURL:
- action: scrapeXPath
url:
- noelalejandrofilms.com/product
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //h1[@id="title"]
Image:
selector: //video[@id="product-img"]/@poster
Date:
selector: //script[@class="yoast-schema-graph"]
postProcess:
- replace:
- regex: .+datePublished\"\:\"(\d{4}-\d{2}-\d{2}).+
with: $1
Director:
selector: //li[contains(.,"Director:")]
postProcess:
- replace:
- regex: ^\s*Director:\s*
with: ''
Details:
selector: //div[@class="film-prologue"]/p
concat: "\n\n"
Performers:
Name:
selector: //li[contains(.,"Cast:")]/a
Studio:
Name:
selector: //meta[@name="title"]/@content
# Last Updated March 27, 2023