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,24 @@
name: kinkyfamily
sceneByURL:
- action: scrapeXPath
url:
- kinkyfamily.com/index.php/main/view_movie
- free.kinkyfamily.com/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //h2[@class="title_heading"]/text()
Details: //div[@class="description"]/p/text()
Studio:
Name:
fixed: kinkyfamily
Image:
selector: //script[contains(.,"i.src = '")]/text()
postProcess:
- replace:
- regex: (.+)(i\.src = ')(.+\.jpg)(.+)
with: $3
- regex: ^/
with: https://kinkyfamily.com/
# Last Updated February 19, 2022

View File

@@ -0,0 +1,9 @@
id: kinkyfamily
name: kinkyfamily
metadata: {}
version: 5a12b4e
date: "2022-02-20 17:19:24"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- kinkyfamily.yml