stash
This commit is contained in:
55
stash/config/scrapers/community/Karups/Karups.yml
Normal file
55
stash/config/scrapers/community/Karups/Karups.yml
Normal 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
|
||||
9
stash/config/scrapers/community/Karups/manifest
Executable file
9
stash/config/scrapers/community/Karups/manifest
Executable 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
|
||||
Reference in New Issue
Block a user