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,44 @@
name: Pinkoclub
sceneByURL:
- action: scrapeXPath
url:
- pinkoclub.com
- pinkotgirls.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //div[@class="titolo-video"]/h2
Director:
selector: //div[@class="caption captionvideo"]/strong
postProcess:
- replace:
- regex: "Directed by (.*)"
with: "$1"
Performers:
Name: //h4/a
Details:
selector: //div[@class="caption captionvideo"]
postProcess:
- replace:
- regex: "Directed by (.*)$"
with: ""
Image:
selector: //meta[@property="og:image"]/@content
Studio:
Name:
selector: //link[@rel="canonical"]/@href
postProcess:
- replace:
- regex: "https://.*/(.*)/.*"
with: $1
- map:
frameleaks: Frameleaks
pinkocomics: PinkoComics
porno-atv: ATV
the-canaglias: The Canaglias
video-porno-italiani: Pinko Club
videotrans: Pinko TGirls
xtime: XTime
# Last Updated December 29, 2022

View File

@@ -0,0 +1,9 @@
id: Pinkoclub
name: Pinkoclub
metadata: {}
version: 5580da1
date: "2024-03-23 10:27:15"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- Pinkoclub.yml