stash
This commit is contained in:
30
stash/config/scrapers/community/BamVisions/BamVisions.yml
Normal file
30
stash/config/scrapers/community/BamVisions/BamVisions.yml
Normal file
@@ -0,0 +1,30 @@
|
||||
name: BamVisions
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- tour.bamvisions.com/
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //a[@href="#"]
|
||||
Date:
|
||||
selector: //li[i[contains(@class,"fa fa-calendar")]]
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: 'Release Date:\s*'
|
||||
with: ""
|
||||
- parseDate: January 2, 2006
|
||||
Performers:
|
||||
Name: //h5/a
|
||||
Details: //p[@class="description"]
|
||||
Image:
|
||||
selector: //script[contains(text(),'(remaining)')]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .+(?:poster=")([^"]*).+
|
||||
with: https://tour.bamvisions.com$1
|
||||
Studio:
|
||||
Name:
|
||||
fixed: BamVisions
|
||||
# Last Updated June 23, 2021
|
||||
9
stash/config/scrapers/community/BamVisions/manifest
Executable file
9
stash/config/scrapers/community/BamVisions/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: BamVisions
|
||||
name: BamVisions
|
||||
metadata: {}
|
||||
version: 6adb604
|
||||
date: "2021-06-27 20:04:21"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- BamVisions.yml
|
||||
Reference in New Issue
Block a user