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,31 @@
name: "Colby Knox"
sceneByURL:
- action: scrapeXPath
url:
- colbyknox.com/videos/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$performer: //a[contains(@class, "video-model")]
scene:
Title: //div[contains(@class, "video")]//h1/text()
Date:
selector: //div[contains(@class, "video-frame")]//video/source/@src
postProcess:
- replace:
- regex: .*(\d{4})(\d{2})(\d{2})\d{6}.*
with: $1-$2-$3
- parseDate: 2006-01-02
Performers:
Name: $performer//h3/text()
URL: $performer/@href
Details:
selector: //div[contains(@class, "video")]//p[contains(@class, "mb-5")]/text()
concat: "\n\n"
Image: //div[contains(@class, "video-frame")]//img[contains(@class, "background-img")]/@src
Studio:
Name:
fixed: Colby Knox
# Last Updated September 23, 2023

View File

@@ -0,0 +1,9 @@
id: ColbyKnox
name: Colby Knox
metadata: {}
version: d202feb
date: "2023-09-23 17:36:54"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- ColbyKnox.yml