stash
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
name: LittleCapriceDreams
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- littlecaprice-dreams.com/project
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
common:
|
||||
$project: //div[@id="main-project-content"]
|
||||
scene:
|
||||
Title: //meta[@property="og:title"]/@content
|
||||
Details: $project//div[contains(@class, "desc-text")]
|
||||
Image: //meta[@property="og:image"]/@content
|
||||
Studio:
|
||||
Name:
|
||||
selector: $project/@class
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ".*(buttmuse|caprice-divas|nasstyx|porn-lifestyle|pov-dreams|streetfuck|superprivatex|virtual-reality|wecumtoyou|xpervo).*"
|
||||
with: $1
|
||||
- map:
|
||||
buttmuse: BUTTMuse
|
||||
caprice-divas: Caprice Divas
|
||||
nasstyx: NASSTYx
|
||||
porn-lifestyle: Pornlifestyle
|
||||
pov-dreams: POVdreams
|
||||
streetfuck: STREETFUCK
|
||||
superprivatex: SuperprivateX
|
||||
virtual-reality: Virtual Reality
|
||||
wecumtoyou: Wecumtoyou
|
||||
xpervo: Xpervo
|
||||
Date:
|
||||
selector: //meta[@property="article:published_time"]/@content
|
||||
postProcess:
|
||||
- parseDate: "2006-01-02T15:04:05+00:00"
|
||||
Performers:
|
||||
Name: $project//div[contains(@class, "project-models")]//a
|
||||
Tags:
|
||||
Name: $project//div[contains(@class, "project-tags")]//a
|
||||
# Last Updated August 21, 2023
|
||||
9
stash/config/scrapers/community/LittleCapriceDreams/manifest
Executable file
9
stash/config/scrapers/community/LittleCapriceDreams/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: LittleCapriceDreams
|
||||
name: LittleCapriceDreams
|
||||
metadata: {}
|
||||
version: 13b956a
|
||||
date: "2023-08-21 11:59:48"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- LittleCapriceDreams.yml
|
||||
Reference in New Issue
Block a user