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: "JapornXXX"
sceneByURL:
- action: scrapeXPath
url:
- japornxxx.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //*[@id="player-content"]//h2
Details: //*[@id="player-content"]//div[@class="description"]/p/span
Date:
selector: //*[@id="player-content"]//strong[text()="Publish Date:"]/following-sibling::text()[1]
postProcess:
- parseDate: 2 January 2006
Performers:
Name: //a[@class="name"]
Image:
selector: //script[not(@type)][contains(.,"VodPlayer(")]
postProcess:
- replace:
- regex: '.+image: "([^"]+).+'
with: $1
Studio:
Name:
fixed: Japornxxx
Tags:
Name: //*[@id="player-content"]//div[@class="tags"]//a
# Last Updated May 21, 2022

View File

@@ -0,0 +1,9 @@
id: JapornXXX
name: JapornXXX
metadata: {}
version: 754da38
date: "2022-05-22 14:22:20"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- JapornXXX.yml