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,55 @@
name: Karups
sceneByURL:
- action: scrapeXPath
url:
- karups.com/video/
scraper: sceneScraper
galleryByURL:
- action: scrapeXPath
url:
- karups.com/gallery/
scraper: galleryScraper
xPathScrapers:
sceneScraper:
scene:
Studio: &studio
Name:
selector: //span[@class="sup-title"]/span
postProcess:
- map:
KarupsOW: Karups Older Women
KarupsHA: Karups Hometown Amateurs
KarupsPC: Karups Private Collection
Title: &title //h1[@class="page-heading"]/span[@class="title"]/text()
Date: &date
selector: //span[@class="date"]/span[@class="content"]/text()
postProcess:
- replace:
- regex: (st|nd|rd|th)\,
with: ","
- parseDate: Jan 02, 2006
Performers: &performers
Name: //span[@class="models"]/span[@class="content"]//a/text()
Details: &details
selector: //div[@class="content-information-description"]/p/text()
Image: &image
selector: //video[@id="player"]/@poster|//div[@class="video-poster"]/img/@src
galleryScraper:
gallery:
Studio: *studio
Title: *title
Date: *date
Performers: *performers
Details: *details
driver:
cookies:
- CookieURL: "https://www.karups.com"
Cookies:
- Name: "warningHidden"
Domain: "www.karups.com"
Value: "true"
Path: "/"
# Last Updated March 28, 2024

View File

@@ -0,0 +1,9 @@
id: Karups
name: Karups
metadata: {}
version: 13e7d3c
date: "2024-03-28 10:40:49"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- Karups.yml