stash
This commit is contained in:
38
stash/config/scrapers/community/HimerosTV/HimerosTV.yml
Normal file
38
stash/config/scrapers/community/HimerosTV/HimerosTV.yml
Normal file
@@ -0,0 +1,38 @@
|
||||
name: HimerosTV
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- himeros.tv
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //h1[@class='highlight']/text()
|
||||
Date:
|
||||
selector: //div[@class='update-info-row text-gray']/text()[1]
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: \s*\|.*
|
||||
with:
|
||||
- parseDate: January 2, 2006
|
||||
Details:
|
||||
selector: //div[@class='update-info-block']/div[@class='update-info-block'][1]//text()
|
||||
concat: "\n\n"
|
||||
Performers:
|
||||
Name:
|
||||
selector: //div[@class='item-title']/a[contains(@href,"/models/")]
|
||||
Tags:
|
||||
Name:
|
||||
selector: //ul[@class='tags']/li/a/text()
|
||||
Image:
|
||||
selector: //script[contains(text(),'hidden_fake_trailer')]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .+(?:poster=")([^"]*).+
|
||||
with: https://himeros.tv$1
|
||||
- regex: "-1x.jpg"
|
||||
with: "-3x.jpg"
|
||||
Studio:
|
||||
Name:
|
||||
fixed: HimerosTV
|
||||
# Last Updated November 06, 2023
|
||||
9
stash/config/scrapers/community/HimerosTV/manifest
Executable file
9
stash/config/scrapers/community/HimerosTV/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: HimerosTV
|
||||
name: HimerosTV
|
||||
metadata: {}
|
||||
version: 4c9a36f
|
||||
date: "2023-12-14 17:23:41"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- HimerosTV.yml
|
||||
Reference in New Issue
Block a user