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

34 lines
813 B
YAML

name: PissPlay
sceneByURL:
- action: scrapeXPath
url:
- pissplay.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //h1[@id="video_title"]/text()
Date:
selector: //div[contains(@class, 'video_date')]
postProcess:
- parseDate: 2 Jan 2006
Performers:
Name:
fixed: Bruce and Morgan
Tags:
Name: //div[@id="video_tags"]/a
Details:
selector: //div[@id="video_description"]/p
concat: "\n\n"
Image:
selector: //div[@class="video_section_player"]//@src
postProcess:
- replace:
- regex: .+(?:poster=)([^"]*)
with: $1
Studio:
Name:
fixed: PissPlay
# Last Updated February 01, 2022