Files
compose-projects-arr/stash/config/scrapers/community/NaughtyAmericaVR/NaughtyAmericaVR.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

39 lines
1.1 KiB
YAML

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