stash
This commit is contained in:
28
stash/config/scrapers/community/peeonher/peeonher.yml
Normal file
28
stash/config/scrapers/community/peeonher/peeonher.yml
Normal 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
|
||||
Reference in New Issue
Block a user