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,43 @@
name: Teen Dreams
sceneByURL:
- action: scrapeXPath
url:
- teendreams.com/t4/trailers/
scraper: teendreams
galleryByURL:
- action: scrapeXPath
url:
- teendreams.com/t4/scenes/
scraper: teendreams
xPathScrapers:
teendreams:
common:
$image: //img[contains(@class, "update_thumb")]
scene:
Title: &title //h1
Details: &details //p[@class="description"]
URL: &url //link[@rel="canonical"]/@href
Date: &date
selector: //div[@class="content-date"]
postProcess:
- replace:
- regex: "Released: "
with: ""
Image: &image >-
$image/@src0_4x |
$image/@src0_3x |
$image/@src0_2x |
$image/@src0_1x
Studio: &studio
Name: //img[contains(@src, "banner")]/@alt
Performers: &performers
Name: //h3[@class="item-name"]/span
gallery:
Title: *title
Details: *details
URL: *url
Date: *date
Studio: *studio
Performers: *performers
# Last Updated March 28, 2024

View File

@@ -0,0 +1,9 @@
id: TeenDreams
name: Teen Dreams
metadata: {}
version: 00338ad
date: "2024-03-28 11:01:00"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- TeenDreams.yml