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

44 lines
1.1 KiB
YAML

name: "xSinsVR"
sceneByURL: &byUrl
- action: scrapeXPath
url:
- billiestar.com/video
- xsinsvr.com/video
scraper: sceneScraper
galleryByURL: *byUrl
xPathScrapers:
sceneScraper:
scene:
Title: &title //div[contains(@class,"video-player-container__info")]/div/h1
Date: &date
selector: //time/text()
postProcess:
- parseDate: Jan 02, 2006
Details: &details
selector: //li/div[@class="small"]//p
concat: "\n\n"
Tags: &tags
Name:
selector: //div[@class="tags-item"]/a/text()
postProcess:
- map:
"VR - Virtual-Reality": Virtual Reality
Performers: &performers
Name: //span/a[contains(@href,'/model/')]/text()
Studio: &studio
Name:
selector: //strong/a[contains(@href, "/studio/")]/text()
postProcess:
- map:
SinsVR: XSinsVR
Image: //dl8-video/@poster
gallery:
Title: *title
Date: *date
Details: *details
Tags: *tags
Performers: *performers
Studio: *studio
# Last Updated February 16th, 2024