Files
compose-projects-arr/stash/config/scrapers/community/VrxDB/VrxDB.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

27 lines
925 B
YAML

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