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,41 @@
name: RedHotStraightBoys
sceneByURL:
- action: scrapeXPath
url:
- redhotstraightboys.com/tour/updates
scraper: sceneScraper
performerByURL:
- action: scrapeXPath
url:
- redhotstraightboys.com/tour/models
scraper: performerScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //span[@class='update_title']/text()
Performers:
Name:
selector: //span[@class='tour_update_models']/a/text()
URL:
selector: //span[@class='tour_update_models']/a/@href
Details:
selector: //span[@class='latest_update_description']/text()
Tags:
Name: //span[@class='tour_update_tags']/a/text()
Image:
selector: //img[contains(@class,'large_update_thumb')]/@src
Studio:
Name:
fixed: RedHotStraightBoys.com
performerScraper:
performer:
Name: //span[@class='title_bar_hilite']/text()
Gender:
fixed: Male
Image:
selector: //img[contains(@class,'model_bio_thumb')]/@src0_2x
# Last Updated October 14, 2023

View File

@@ -0,0 +1,9 @@
id: RedHotStraightBoys
name: RedHotStraightBoys
metadata: {}
version: 54eeae7
date: "2023-10-14 20:49:27"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- RedHotStraightBoys.yml