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