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,37 @@
name: FamilySexMassage
sceneByURL:
- action: scrapeXPath
url:
- familysexmassage.com/en/video
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //h1[@class="title"]
Date:
selector: //div[@class="updatedDate"]
postProcess:
- parseDate: 01-02-2006
Performers:
Name: //span[@class="slide-title"]
Tags:
Name: //div[@class="sceneCol sceneColCategories"]/a
Details:
selector: //div[@class="sceneDesc bioToRight showMore"]
postProcess:
- replace:
- regex: 'Video Description:\s*'
with: ""
Image:
selector: //script[contains(text(),"showUnavailable")]/text()
postProcess:
- replace:
- regex: .*?(picPreview\":\"(.*?)\").+
with: $2
- regex: '\\/'
with: "/"
Studio:
Name:
fixed: FamilySexMassage
# Last Updated July 25, 2021

View File

@@ -0,0 +1,9 @@
id: FamilySexMassage
name: FamilySexMassage
metadata: {}
version: d028c56
date: "2021-07-25 18:37:59"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- FamilySexMassage.yml