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