stash
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
name: NikkiAndTera
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- nikkiphoenixxx.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //div[@class="centerwrap clear"]//h1
|
||||
Date:
|
||||
selector: //p[@class="date"]
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^(\d{2}/\d{2}/\d{4}).+
|
||||
with: $1
|
||||
- parseDate: 01/02/2006
|
||||
Performers:
|
||||
Name: //span[@class="tour_update_models"]/a
|
||||
Details:
|
||||
selector: //div[@class="videocontent"]/p
|
||||
Tags:
|
||||
Name: //p[@class="date"]/a
|
||||
Image:
|
||||
selector: //base/@href|//img[@class="update_thumb thumbs stdimage"]/@src0_1x
|
||||
concat: "|"
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: (https://[^/]+)[^|]+\|(.+)
|
||||
with: $1$2
|
||||
Studio:
|
||||
Name:
|
||||
selector: //base/@href
|
||||
postProcess:
|
||||
- map: # Mapped some names so they fit in better than single names.
|
||||
https://www.nikkiphoenixxx.com/tour/: Nikki Phoenix
|
||||
# Last Updated February 8, 2024
|
||||
9
stash/config/scrapers/community/NikkiAndTera/manifest
Executable file
9
stash/config/scrapers/community/NikkiAndTera/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: NikkiAndTera
|
||||
name: NikkiAndTera
|
||||
metadata: {}
|
||||
version: 9c5fa64
|
||||
date: "2024-03-15 21:02:03"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- NikkiAndTera.yml
|
||||
Reference in New Issue
Block a user