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

38 lines
1.1 KiB
YAML

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