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,35 @@
name: Oops Family
sceneByURL:
- action: scrapeXPath
url:
- oopsfamily.com/video
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Studio:
Name:
fixed: "Oops Family"
Title:
selector: //h1[@class = 'video-detail__title']//text()
Details:
selector: //div[@data-id="description" and @class="hidden"]//text()
Tags:
Name: //a[@class="tags__item"]//text()
Performers:
Name: //div[@class="video-info__text"]//a//text()
Image:
selector: //script[contains(., "pluginSettings")]/text()
postProcess:
- replace:
- regex: .*url":\s*"(.*poster[^"]*).*$
with: https:$1
Date:
selector: //div[@class="video-info__time"]//text()
postProcess:
- replace:
- regex: (.*) • (.*)
with: $2
- parseDate: "2 January, 2006"
# Last Updated December 29, 2023

View File

@@ -0,0 +1,9 @@
id: OopsFamily
name: Oops Family
metadata: {}
version: "6869e32"
date: "2023-12-30 22:20:34"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- OopsFamily.yml