stash
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
name: "PornstarPlatinum"
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- pornstarplatinum.com/tour/model/
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
common:
|
||||
$panel: //div[@class="panel-content"]
|
||||
scene:
|
||||
Title: //div[contains(@class,"video-slider-meta")]/h3/text()
|
||||
Date: $panel/div[@class="video-author"]/span[2]/text()
|
||||
Details: $panel/p/text()
|
||||
Performers:
|
||||
Name:
|
||||
selector: //div[contains(@class,"video-slider-meta")]/h3/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^
|
||||
with: "https://www.pornstarplatinum.com/tour/index.php?search="
|
||||
- regex: \s
|
||||
with: "+"
|
||||
- subScraper: //div[@id="videos-list"]//span[@class="marker left"]
|
||||
Tags:
|
||||
Name:
|
||||
selector: $panel//div[@class="tagcloud"]/a/text()
|
||||
Studio:
|
||||
Name:
|
||||
fixed: "Pornstar Platinum"
|
||||
Image: //video[@id="myVideo"]/@poster
|
||||
# Last Updated January 08, 2021
|
||||
9
stash/config/scrapers/community/PornstarPlatinum/manifest
Executable file
9
stash/config/scrapers/community/PornstarPlatinum/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: PornstarPlatinum
|
||||
name: PornstarPlatinum
|
||||
metadata: {}
|
||||
version: 3e4d41f
|
||||
date: "2022-01-29 21:54:47"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- PornstarPlatinum.yml
|
||||
Reference in New Issue
Block a user