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

42 lines
1.2 KiB
YAML

name: PuffyNetworkSite
sceneByURL:
- action: scrapeXPath
url:
- simplyanal.com
- weliketosuck.com
- wetandpissy.com
- wetandpuffy.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //div[@class="header-title"]/h2
postProcess:
- replace:
- regex: ^(.*)[—]\s+
with:
Date:
selector: //span[@class="date-movie"]/b
postProcess:
- parseDate: Jan 2, 2006
Details: //div[@class="movie-description"]/text()[1]
Tags:
Name: //div[@class="tags-box"]//a/text() | //div[@class="more-tags"]/a
Performers:
Name: //span[@class="model-movie"]//a/text()
Studio:
Name:
selector: //img[@class="logo-overley"]/@src|//ul[@class="nav-list"]/li/a/img/@src
postProcess:
- replace:
- regex: .+?\.(.+?)\..+
with: $1
- map:
weliketosuck: We Like To Suck
wetandpuffy: Wet And Puffy
wetandpissy: Wet And Pissy
simplyanal: Simply Anal
Image: //div[@id="videoplayer"]/video/@poster
# Last Updated June 23, 2021