This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View File

@@ -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

View 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