stash
This commit is contained in:
26
stash/config/scrapers/community/VrxDB/VrxDB.yml
Normal file
26
stash/config/scrapers/community/VrxDB/VrxDB.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
name: VrxDB
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- vrxdb.com
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //h1[contains(@class,"elementor-heading-title")]
|
||||
Date:
|
||||
selector: //span[contains(text(),"Released:")]/following-sibling::text()
|
||||
postProcess:
|
||||
- parseDate: January 2, 2006
|
||||
Performers:
|
||||
Name: //span[contains(text(),"Starring:")]/following-sibling::a
|
||||
Tags:
|
||||
Name: //div[@class="jet-listing jet-listing-dynamic-terms"]/a[contains(@href,"/video-categories/")]
|
||||
Details: //div[@class="elementor-element elementor-element-520671f1 elementor-widget elementor-widget-jet-listing-dynamic-field"]
|
||||
Image:
|
||||
selector: //meta[@property="og:image"]/@content
|
||||
Studio:
|
||||
Name:
|
||||
selector: //span[contains(text(),"Studio:")]/following-sibling::a
|
||||
# Last Updated April 08, 2022
|
||||
9
stash/config/scrapers/community/VrxDB/manifest
Executable file
9
stash/config/scrapers/community/VrxDB/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: VrxDB
|
||||
name: VrxDB
|
||||
metadata: {}
|
||||
version: 41476d8
|
||||
date: "2022-04-16 20:03:50"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- VrxDB.yml
|
||||
Reference in New Issue
Block a user