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,34 @@
name: "Arch Angel Video"
sceneByURL:
- action: scrapeXPath
url:
- archangelvideo.com/tour/trailers
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$videoContent: //div[@class="midwrap clear"]
scene:
Title: $videoContent//div[@class='title clear']/h2
Details: //div[@class='description']/p
Date:
selector: $videoContent//div[@class='info']/p/text()[contains(.,"Added:")]
postProcess:
- replace:
- regex: "Added: "
with: ""
- parseDate: January 2, 2006
Tags:
Name: //ul[@class='tags']/li/a
Studio:
Name:
fixed: ArchAngel
Image:
selector: $videoContent//img/@src
postProcess:
- replace:
- regex: ^
with: "https://archangelvideo.com"
Performers:
Name: $videoContent//div[@class='info']/p[1]/a
# Last Updated March 07, 2022

View File

@@ -0,0 +1,9 @@
id: ArchAngelVideo
name: Arch Angel Video
metadata: {}
version: ca785c6
date: "2022-03-07 20:18:03"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- ArchAngelVideo.yml