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,36 @@
name: "VRPorn"
sceneByURL:
- action: scrapeXPath
url:
- vrporn.com/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$header: //header[@class="entry-header"]
$footer: //footer[@class="entry-footer"]
$videoarea: //footer[@class="entry-footer"]/div[@class="layout_area_video"]
scene:
Title: $header//h1[@class="content-title"]/text()
Date:
selector: $videoarea/div[2]/span[@class="footer-titles"]/text()
postProcess:
- replace:
- regex: Posted on (?:Premium on )?(.*)
with: $1
- parseDate: January 02, 2006
Details:
selector: //main/article/div//p/text()
concat: "\n\n"
Tags:
Name: $footer//a[@rel="tag"]/text()
Performers:
Name: $header//div[@class="name_pornstar"]/text()
Studio:
Name: $header//a[@id="studio-logo"]//span[@class="footer-titles"]/text()
Image: //main/article/header//dl8-video/@poster
URL: &sceneUrl //link[@rel="canonical"]/@href
# Last Updated April 20, 2023

View File

@@ -0,0 +1,9 @@
id: VRPorn
name: VRPorn
metadata: {}
version: e51ca5f
date: "2023-04-20 11:18:14"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- VRPorn.yml