stash
This commit is contained in:
33
stash/config/scrapers/community/MaxHardcore/MaxHardcore.yml
Normal file
33
stash/config/scrapers/community/MaxHardcore/MaxHardcore.yml
Normal 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
|
||||
9
stash/config/scrapers/community/MaxHardcore/manifest
Executable file
9
stash/config/scrapers/community/MaxHardcore/manifest
Executable 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
|
||||
Reference in New Issue
Block a user