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

View 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