stash
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user