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

29 lines
736 B
YAML

name: peeonher
sceneByURL:
- action: scrapeXPath
url:
- peeonher.com/updates/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //h1[@class='page_title']
Date:
selector: //strong[text()="Published"]/following-sibling::text()
postProcess:
- replace:
- regex: (\d+)[dhnrst]+
with: $1
- parseDate: 2 January 2006
Performers:
Name: //a[@class="sub_sub_model"]
Details: //div[@class='con_left']/p
Tags:
Name: //a[@class="sub_sub_tag"]
Image: //div[@id="videoplayer"]/video/@poster
Studio:
Name:
fixed: PeeonHer
# Last Updated February 23, 2021