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,34 @@
name: IncestFlix
sceneByURL:
- action: scrapeXPath
url:
- incestflix.com/watch/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Studio:
Name:
fixed: "IncestFlix"
Title:
selector: //div[@id = 'incflix-videowrap']//h2
Tags:
Name: //div[@id = 'videotags']//a[contains(@class, 'studiolink')]
Performers:
Name:
selector: //div[@id = 'incflix-videowrap']//h2
postProcess:
- replace:
- regex: ( - .*)
with:
- replace:
- regex: (\s*)(,)(\s*)
with: $2
split: ","
Image:
selector: //video[@id='incflix-player']/@poster
postProcess:
- replace:
- regex: (.*)
with: http:$1
# Last Updated January 10, 2024

View File

@@ -0,0 +1,9 @@
id: IncestFlix
name: IncestFlix
metadata: {}
version: f9177d7
date: "2024-01-11 04:48:18"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- IncestFlix.yml