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,39 @@
name: "MariskaX"
sceneByURL:
- action: scrapeXPath
url:
- mariskax.com
scraper: sceneScraper
performerByURL:
- action: scrapeXPath
url:
- mariskax.com/model
scraper: performerScraper
xPathScrapers:
sceneScraper:
common:
$perf: //div[@class="content-meta"]/h4[@class="models"]/a
scene:
Title: //h1[@class="title"]
Date:
selector: //span[@class="post-date"]
postProcess:
- replace:
- regex: (\d+)(st|nd|rd|th)
with: "$1"
- parseDate: 2 Jan 2006
Image: //video[@id="ypp-player"]/@poster
Studio:
Name:
fixed: MariskaX
Performers:
Name: $perf
URL: $perf/@href
performerScraper:
performer:
Name: //h1[@class="model-name"]
Image: //div[@class="model-photo"]/img/@data-src
# Last Updated April 27, 2022