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,32 @@
name: Passionxxx
sceneByURL:
- action: scrapeXPath
url:
- passionxxx.com/portal/video/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$hidden: //div[@class="text-size-12 hidden-xs hidden-sm"]
scene:
Title: //span[@class="title mt-15"]
Date:
selector: //span[contains(text(),"Published:")]/b
postProcess:
- parseDate: 02.01.2006
Details: $hidden/span
Performers:
Name:
selector: $hidden[contains(.,"Performer(s):")]/text()[1]
postProcess:
- replace:
- regex: 'Performer\(s\):\s*(.+)'
with: $1
split: ", "
Image:
selector: //div[@class="col-lg-8"]/a/img/@src
Studio:
Name: $hidden[contains(.,"Site:")]/a/text()
Tags:
Name: //span[contains(text(),"Niches:")]/a
# Last Updated January 26, 2021

View File

@@ -0,0 +1,9 @@
id: Passionxxx
name: Passionxxx
metadata: {}
version: 8215cb2
date: "2021-01-31 00:26:54"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- Passionxxx.yml