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,27 @@
name: PissyNetwork
sceneByURL:
- action: scrapeXPath
url:
- pissynetwork.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //h2[@class="video__headline"]
Performers:
Name: //strong[contains(.,"Models:")]/following-sibling::a[contains(@href,"/models/")]
Date:
selector: //strong[contains(.,"Published:")]/following-sibling::text()
postProcess:
- parseDate: 02 Jan 2006
Tags:
Name: //strong[contains(.,"Tags:")]/following-sibling::a[contains(@href,"/movies/")]
Details:
selector: //p[@class="video__text"]/text()[1]
Image:
selector: //div[@class="video__player"]/img/@src
Studio:
Name:
selector: //div[@class="video__top__item"]/a/img/@alt
# Last Updated May 21, 2021

View File

@@ -0,0 +1,9 @@
id: PissyNetwork
name: PissyNetwork
metadata: {}
version: fda61ca
date: "2021-05-23 10:10:49"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- PissyNetwork.yml