stash
This commit is contained in:
32
stash/config/scrapers/community/Passionxxx/Passionxxx.yml
Normal file
32
stash/config/scrapers/community/Passionxxx/Passionxxx.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
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
|
||||
9
stash/config/scrapers/community/Passionxxx/manifest
Executable file
9
stash/config/scrapers/community/Passionxxx/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: Passionxxx
|
||||
name: Passionxxx
|
||||
metadata: {}
|
||||
version: 8215cb2
|
||||
date: "2021-01-31 00:26:54"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- Passionxxx.yml
|
||||
Reference in New Issue
Block a user