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,60 @@
name: 'Vip4K'
sceneByURL:
- action: scrapeXPath
url:
- black4k.com
- bride4k.com
- cuck4k.com
- daddy4k.com
- debt4k.com
- dyke4k.com
- fist4k.com
- hunt4k.com
- ignore4k.com
- loan4k.com
- mature4k.com
- mommy4k.com
- old4k.com
- pie4k.com
- rim4k.com
- serve4k.com
- shame4k.com
- sis.porn
- stuck4k.com
- tutor4k.com
- vip4k.com
scraper: sceneScraper
queryURL: '{url}'
queryURLReplace:
url:
- regex: ^.+(/\w+/videos/\d{1,4})
with: https://vip4k.com$1
xPathScrapers:
sceneScraper:
scene:
Title: //h1[@class='player-description__title']
Performers:
Name: //div[@class='model__name']
Details: //div[@class="player-description__text"]
Code:
selector: //link[@rel='canonical']/@href
postProcess:
- replace:
- regex: https.+/(\w+)/?$
with: $1
Image:
selector: //picture[@class='player-item__inner']/img/@data-src
postProcess:
- replace:
- regex: ^//
with: https://
Date: //span[@class='player-additional__text'][1]
Tags:
Name: //div[@class='tags']/a
Studio:
Name:
selector: //ul[@class='player-additional']//a
postProcess:
- map:
Sis: Sis.Porn
# Last Updated December 11, 2023

View File

@@ -0,0 +1,9 @@
id: Vip4K
name: Vip4K
metadata: {}
version: 23f0b4c
date: "2023-12-13 00:51:53"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- Vip4K.yml