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,42 @@
name: "TadpolexStudio"
sceneByURL:
- action: scrapeXPath
url:
- tadpolexstudio.com/trailers
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$models: //div[contains(@class, "models-list-thumbs")]//a
scene:
Studio:
Name:
selector: //a[@class="navbar-brand"]/@title
postProcess:
- map:
OFFICIAL Backroom Casting Couch: Backroom Casting Couch
BlackAmbush: Black Ambush
HOTMILFSFUCK: Hot Milfs Fuck
"Exploited College Girls: Excogi": Exploited College Girls
Title: //div[@class="video-player"]//h2[@class="section-title"]/text()
Performers:
Name: $models/span
URL: $models/@href
Date:
selector: //strong[text()="Released:"]/following-sibling::text()
postProcess:
- parseDate: January 2, 2006
Tags:
Name: //ul[@class="tags"]//a
Image:
selector: //base/@href|//div[@class="player-thumb"]//img[contains(@class, "update_thumb")]/@src0_1x
concat: "|"
postProcess:
- replace:
- regex: "(^[^|]+)\\|([^\\.]+\\.jpg).*"
with: $1$2
Details:
selector: //div[@class="update-info-block"]/h3[text()="Description:"]/following-sibling::text()
concat: "\n\n"
# Last Updated August 20, 2023

View File

@@ -0,0 +1,9 @@
id: TadpolexStudio
name: TadpolexStudio
metadata: {}
version: 2f9bc26
date: "2023-08-20 19:08:11"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- TadpolexStudio.yml