stash
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
name: puffynetwork
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- puffynetwork.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
common:
|
||||
$performer: //dl/dd/a
|
||||
scene:
|
||||
Title:
|
||||
selector: //h2[@class="title"]/span/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^(.*)[—]\s+
|
||||
with:
|
||||
Date:
|
||||
selector: //dl/dt[contains(text(),"Released on:")]/span/text()
|
||||
postProcess:
|
||||
- parseDate: Jan 2, 2006
|
||||
Details: //div[@class="show_more"]/text()[1]
|
||||
Tags:
|
||||
Name: //p[@class="tags"]/a/text()
|
||||
Performers:
|
||||
Name: $performer/text()
|
||||
Studio:
|
||||
Name:
|
||||
selector: //h2[@class="title"]//div[contains(text(),"Site:")]/a/text()
|
||||
postProcess:
|
||||
- map:
|
||||
Weliketosuck: We Like To Suck
|
||||
Wetandpuffy: Wet And Puffy
|
||||
Wetandpissy: Wet And Pissy
|
||||
Eurobabefacials: Euro Babe Facials
|
||||
Simplyanal: Simply Anal
|
||||
Image: //video[@id="video"]/@poster
|
||||
# Last Updated August 06, 2020
|
||||
Reference in New Issue
Block a user