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: brickyates
sceneByURL:
- action: scrapeXPath
url:
- brickyates.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //div[@class="videoDetails clear"]/h3
Date:
selector: //div[@class='videoInfo clear']/p[contains(span,"Date Added:")]
postProcess:
- replace:
- regex: "Date Added:"
with: ""
- parseDate: January 2, 2006
Performers:
Name: //li[@class="update_models"]/a
Details: //div[@class="videoDetails clear"]/p
Tags:
Name: //ul[contains(li,"Tags:")]//a
Image:
selector: //img[@class="update_thumb thumbs stdimage"]/@src0_1x
postProcess:
- replace:
- regex: ^
with: "https://www.brickyates.com"
Studio:
Name:
fixed: brickyates
# Last Updated March 07, 2021

View File

@@ -0,0 +1,9 @@
id: brickyates
name: brickyates
metadata: {}
version: 65e17ed
date: "2021-03-09 10:00:52"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- brickyates.yml