Files
compose-projects-arr/stash/config/scrapers/community/Passionxxx/Passionxxx.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

33 lines
910 B
YAML

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