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

View File

@@ -0,0 +1,9 @@
id: PuffyNetworkSite
name: PuffyNetworkSite
metadata: {}
version: 3b6b5b8
date: "2021-06-24 05:47:00"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- PuffyNetworkSite.yml