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

View 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