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
|
||||
Reference in New Issue
Block a user