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,33 @@
name: Max-Hardcore
sceneByURL:
- action: scrapeXPath
url:
- max-hardcore.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //h1[@class="title"]
postProcess:
- replace:
- regex: "FREE PREVIEW -"
with: ""
Performers:
Name: //strong[contains(text(),"Performers:")]/following-sibling::a/text()
Tags:
Name: //strong[contains(text(),"Category:")]/following-sibling::a/text()
Details: //div[@class="description"]/p
Image:
selector: //a[@href="https://www.max-hardcore.com/signup"][1]/img/@src
Studio:
Name:
fixed: Max-Hardcore
Date:
selector: //strong[contains(text(),"Added:")]/following-sibling::text()
postProcess:
- replace:
- regex: (\d+).+
with: $1
- subtractDays: true
# Last Updated May 17, 2021

View File

@@ -0,0 +1,9 @@
id: MaxHardcore
name: Max-Hardcore
metadata: {}
version: 9d1cd9e
date: "2021-05-22 17:58:13"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- MaxHardcore.yml