stash
This commit is contained in:
26
stash/config/scrapers/community/BradMontana/BradMontana.yml
Normal file
26
stash/config/scrapers/community/BradMontana/BradMontana.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
name: "BradMontana"
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- bradmontana.com/videos/
|
||||
scraper: sceneScraper
|
||||
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //div[@class="title tit"]/h1/text()
|
||||
Details: //div[@class="descript desc"]/p//text()
|
||||
Date:
|
||||
selector: //script[@type="application/ld+json"]
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .+(?:"datePublished":")([^T]+).+
|
||||
with: $1
|
||||
- parseDate: 2006-01-02
|
||||
Performers:
|
||||
Name: //div[@class="elenco elen"]/a/text()
|
||||
Studio:
|
||||
Name: //meta[@property="og:site_name"]/@content
|
||||
Image: //meta[@property="og:image"]/@content
|
||||
|
||||
# Last Updated Januray 16, 2024
|
||||
9
stash/config/scrapers/community/BradMontana/manifest
Executable file
9
stash/config/scrapers/community/BradMontana/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: BradMontana
|
||||
name: BradMontana
|
||||
metadata: {}
|
||||
version: f90b826
|
||||
date: "2024-01-16 08:12:34"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- BradMontana.yml
|
||||
Reference in New Issue
Block a user