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,48 @@
name: Desperate Pleasures XXX
sceneByURL:
- action: scrapeXPath
url:
- desperatepleasuresxxx.com/trailer/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //h1
Code:
selector: //meta[@property="og:url"]/@content
postProcess:
- replace:
- regex: .*/([-\w]+)/$
with: $1
URL: //link[@rel="canonical"]/@href
Date:
selector: //span[contains(@class, "elementor-post-info__item--type-date")]/text()
postProcess:
- replace:
- regex: .*(\d{2})/(\d{2})/(\d{2}).*
with: 20$3-$1-$2
Studio:
Name: //meta[@property="og:site_name"]/@content
Performers:
Name:
selector: //*[name()="svg" and contains(@class, "e-fas-users")]/../..//*[@class="elementor-post-info__terms-list-item"]
postProcess:
- replace:
- regex: "#"
with: ""
- regex: ([a-z])([A-Z])
with: $1 $2
Tags:
Name:
selector: //*[name()="svg" and contains(@class, "e-fas-tags")]/../..//*[@class="elementor-post-info__terms-list-item"]
postProcess:
- replace:
- regex: "#"
with: ""
- regex: ([a-z])([A-Z])
with: $1 $2
Details:
selector: //div[@data-widget_type="theme-post-content.default"]
concat: "\n"
Image: //meta[@property="og:image"]/@content
# Last Updated March 14, 2024

View File

@@ -0,0 +1,9 @@
id: DesperatePleasuresXXX
name: Desperate Pleasures XXX
metadata: {}
version: "8461736"
date: "2024-03-15 01:16:32"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- DesperatePleasuresXXX.yml