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,36 @@
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

View File

@@ -0,0 +1,9 @@
id: NoelAlejandro
name: NoelAlejandro
metadata: {}
version: c64912b
date: "2023-03-28 01:26:35"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- NoelAlejandro.yml