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,47 @@
name: AmourAngels
galleryByURL:
- action: scrapeXPath
url: &urlAttr
- amourangels.com/z_cover
scraper: galleryScraper
sceneByURL:
- action: scrapeXPath
url: *urlAttr
scraper: sceneScraper
xPathScrapers:
galleryScraper:
common: &commonSel
$table: //td[@class='blox-bg']/table
$performer: //td[@class='modinfo']//p//table//a
gallery:
Title: &titleSel $table//b/text()
Studio: &studioAttr
Name:
fixed: Amour Angels
Date: &dateAttr
selector: $table//p/br/following-sibling::text()[contains(.,"Added")]
postProcess:
- replace:
- regex: "Added "
with:
- parseDate: 2006-01-02
Performers: &performersAttr
Name: $performer/b/text()
URL:
selector: $performer/@href
postProcess: &domainAttr
- replace:
- regex: ^
with: http://amourangels.com
sceneScraper:
common: *commonSel
scene:
Title: *titleSel
Studio: *studioAttr
Date: *dateAttr
Performers: *performersAttr
Image:
selector: //td[@class="noisebg"]//img/@src
postProcess: *domainAttr
# Last Updated October 21, 2021

View File

@@ -0,0 +1,9 @@
id: AmourAngels
name: AmourAngels
metadata: {}
version: a438e4e
date: "2021-10-25 20:23:49"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- AmourAngels.yml