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,33 @@
name: "RandyBlue"
sceneByURL:
- action: scrapeXPath
url:
- randyblue.com/scenes/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$titleArea: //div[@class="title-zone"]
scene:
Title: $titleArea/h1
Date:
selector: $titleArea/div[@class="calendar"]
postProcess:
- parseDate: 01/02/2006
Details:
selector: //div[@id="collapseTwo"]
postProcess:
- replace:
- regex: \x{0020}|\x{00A0} # unicode SP, NBSP
with: " "
Tags:
Name: $titleArea/ul[@class="scene-tags"]/li/a
Performers:
Name: $titleArea/ul[@class="scene-models-list"]/li/a
Image: //meta[@itemprop="thumbnailUrl"]/@content
URL: //link[@hreflang="x-default"]/@href
Studio:
Name:
fixed: Randy Blue
# Last Updated July 08, 2023

View File

@@ -0,0 +1,9 @@
id: RandyBlue
name: RandyBlue
metadata: {}
version: 4c1523d
date: "2024-04-08 15:24:06"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- RandyBlue.yml