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,38 @@
name: NaughtyAmericaVR
sceneByURL:
- action: scrapeXPath
url:
- naughtyamericavr.com/scene/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$sceneinfo: //div[@class="scene-info"]/div/div
scene:
Title:
selector: $sceneinfo/div/p[@class="scene-title"]
# # alternative selector
#selector: //div[@class="grey-title"]
#postProcess:
# - replace:
# - regex: \s*VR\sPorn\sVideos\s*$
# with:
Date:
selector: $sceneinfo/p[@class="scene_date"]/text()
postProcess:
- parseDate: January 2, 2006
Details: $sceneinfo/div/p[@class="scene-description"]
Tags:
Name: $sceneinfo/div/p[@class="details categories"]/a
Performers:
Name: $sceneinfo/div/p[@class="details"][1]/a
Studio:
Name:
fixed: NaughtyAmericaVR
Image:
selector: //div[@class='scene-player']/a/img[@id='scene_img_large']/@src
postProcess:
- replace:
- regex: ^
with: "https:"
# Last Updated May 14, 2022

View File

@@ -0,0 +1,9 @@
id: NaughtyAmericaVR
name: NaughtyAmericaVR
metadata: {}
version: 5a0b745
date: "2022-05-22 14:07:20"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- NaughtyAmericaVR.yml