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,49 @@
name: "FamilyTherapyXXX"
sceneByURL:
- action: scrapeXPath
url:
- analtherapyxxx.com
- familytherapyxxx.com
- momcomesfirst.com
- perfectgirlfriend.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
scene:
Title: //h1/text()
Date:
selector: //meta[@itemprop="uploadDate"]/@content
postProcess:
- replace:
- regex: (?i)(T\d+.+)
with: ""
- parseDate: 2006-01-02
Details:
selector: //div[@class="entry-content"]/p/text()
concat: "\n"
Tags:
Name: //p[@class="post-meta"]//a/text()
Performers:
Name:
selector: //div[@class="entry-content"]/p[contains(text(),'***')]
postProcess:
- replace:
- regex: \*+|Starring\s+
with:
split: " & "
Studio:
Name:
selector: //img[@id="logo"]/@alt
postProcess:
- map:
Family Therapy: Family Therapy XXX
Image:
selector: //meta[@itemprop="contentUrl"]/@content
postProcess:
- replace:
- regex: (https://[^/]+)/wp-content/uploads/\d{4}/\d{2}/(\w+)\.\w+
with: $1/?s=$2
- subScraper:
selector: //div[@id="left-area"]/article[1]//img/@src
# Last Updated December 19, 2022

View File

@@ -0,0 +1,9 @@
id: FamilyTherapyXXX
name: FamilyTherapyXXX
metadata: {}
version: 7d9e526
date: "2022-12-20 23:42:01"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- FamilyTherapyXXX.yml