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,33 @@
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

View File

@@ -0,0 +1,9 @@
id: PissPlay
name: PissPlay
metadata: {}
version: 1de19a7
date: "2022-02-16 12:46:17"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- PissPlay.yml