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

39 lines
1.1 KiB
YAML

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