stash
This commit is contained in:
33
stash/config/scrapers/community/brickyates/brickyates.yml
Normal file
33
stash/config/scrapers/community/brickyates/brickyates.yml
Normal 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
|
||||
9
stash/config/scrapers/community/brickyates/manifest
Executable file
9
stash/config/scrapers/community/brickyates/manifest
Executable 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
|
||||
Reference in New Issue
Block a user