stash
This commit is contained in:
30
stash/config/scrapers/community/PlayboyTV/PlayboyTV.yml
Normal file
30
stash/config/scrapers/community/PlayboyTV/PlayboyTV.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
name: "PlayboyTV"
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- playboy.tv/watch/
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //h2[@class="title"]/text()
|
||||
Date:
|
||||
selector: //small[@class="subtitle"]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .+(?:• Added on )(.+)
|
||||
with: $1
|
||||
# Date is not always present, but when it is, it is in a set format in
|
||||
# the description field
|
||||
- parseDate: 02 January 2006
|
||||
Details:
|
||||
selector: //small[@class="subtitle"]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: (.+)(?:• Added on )(?:.+)
|
||||
with: $1
|
||||
# The field sometimes, has a description, sometimes has episode details.
|
||||
# When it has episode details, the date can be stripped out.
|
||||
Image: //video[@id="video"]/@poster
|
||||
|
||||
# Last Updated November 08, 2020
|
||||
9
stash/config/scrapers/community/PlayboyTV/manifest
Executable file
9
stash/config/scrapers/community/PlayboyTV/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: PlayboyTV
|
||||
name: PlayboyTV
|
||||
metadata: {}
|
||||
version: 66d4760
|
||||
date: "2021-07-18 15:48:20"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- PlayboyTV.yml
|
||||
Reference in New Issue
Block a user