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