stash
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
name: Naughty Alysha
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- naughtyalysha.com/tour/trailers
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
common:
|
||||
$performer: //li[@class="update_models"]/a
|
||||
$image: //div[@class='player-thumb']/img
|
||||
scene:
|
||||
Title: //div[@class="videoDetails clear"]//h3
|
||||
Date:
|
||||
selector: //span[contains(., "Date Added:")]/following-sibling::text()
|
||||
postProcess:
|
||||
- parseDate: January 2, 2006
|
||||
Details: //div[@class="videoDetails clear"]/p
|
||||
Tags:
|
||||
Name: //li[contains(text(), "Tags:")]/following-sibling::li/a/text()
|
||||
Performers:
|
||||
Name: $performer
|
||||
URL: $performer/@href
|
||||
Image:
|
||||
selector: $image/@src0_4x | $image/@src0_3x | $image/@src0_2x | $image/@src0_1x | //script[contains(text(),"src0_3x")]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .*src0_3x="([^"]+).*
|
||||
with: $1
|
||||
- regex: ^
|
||||
with: https://naughtyalysha.com
|
||||
Studio:
|
||||
Name:
|
||||
fixed: Naughty Alysha
|
||||
# Last Updated February 29, 2024
|
||||
9
stash/config/scrapers/community/NaughtyAlysha/manifest
Executable file
9
stash/config/scrapers/community/NaughtyAlysha/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: NaughtyAlysha
|
||||
name: Naughty Alysha
|
||||
metadata: {}
|
||||
version: 0e493f3
|
||||
date: "2024-02-29 22:39:42"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- NaughtyAlysha.yml
|
||||
Reference in New Issue
Block a user