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

View 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