Files
compose-projects-arr/stash/config/scrapers/community/HimerosTV/HimerosTV.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

38 lines
1.1 KiB
YAML

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