stash
This commit is contained in:
50
stash/config/scrapers/community/RealJamVR/RealJamVR.yml
Normal file
50
stash/config/scrapers/community/RealJamVR/RealJamVR.yml
Normal file
@@ -0,0 +1,50 @@
|
||||
name: RealJamVR
|
||||
sceneByURL: &byURL
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- realjamvr.com/scene/
|
||||
- porncornvr.com/scene
|
||||
scraper: sceneScraper
|
||||
|
||||
galleryByURL: *byURL
|
||||
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: &title
|
||||
selector: //h1
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^\s+(.+)\s+$
|
||||
with: $1
|
||||
Date: &date
|
||||
selector: //div[@class="specs-icon"]/following-sibling::strong
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^([a-zA-Z]{3})\D*(\d{1,2},\s*\d+)$
|
||||
with: $1. $2
|
||||
- parseDate: Jan. 2, 2006
|
||||
Performers: &performers
|
||||
Name: //div[contains(@class,"scene-view")]/a[contains(@href,"/actor/")]
|
||||
Tags: &tags
|
||||
Name: //a[starts-with(@href, "/scenes") and @class="tag"]/text() | //div[not(@class)]/div[@class="specs-icon" and not(i)]
|
||||
Details: &details
|
||||
selector: //div[@class="opacity-75 my-2"]
|
||||
Image:
|
||||
selector: //*[@id="video-player"]//@poster
|
||||
Studio: &studio
|
||||
Name:
|
||||
selector: //title
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: '(.*)\| ([^\|]+VR)$'
|
||||
with: $2
|
||||
gallery:
|
||||
Title: *title
|
||||
Date: *date
|
||||
Performers: *performers
|
||||
Tags: *tags
|
||||
Details: *details
|
||||
Studio: *studio
|
||||
|
||||
# Last Updated October 22, 2023
|
||||
9
stash/config/scrapers/community/RealJamVR/manifest
Executable file
9
stash/config/scrapers/community/RealJamVR/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: RealJamVR
|
||||
name: RealJamVR
|
||||
metadata: {}
|
||||
version: 6bf09f8
|
||||
date: "2023-10-23 01:42:42"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- RealJamVR.yml
|
||||
Reference in New Issue
Block a user