stash
This commit is contained in:
33
stash/config/scrapers/community/PissPlay/PissPlay.yml
Normal file
33
stash/config/scrapers/community/PissPlay/PissPlay.yml
Normal 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
|
||||
9
stash/config/scrapers/community/PissPlay/manifest
Executable file
9
stash/config/scrapers/community/PissPlay/manifest
Executable 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
|
||||
Reference in New Issue
Block a user