34 lines
945 B
YAML
34 lines
945 B
YAML
name: "SexBabesVR"
|
|
sceneByURL:
|
|
- action: scrapeXPath
|
|
url:
|
|
- sexbabesvr.com
|
|
scraper: sceneScraper
|
|
xPathScrapers:
|
|
sceneScraper:
|
|
common:
|
|
$detail: //div[@class="video-detail"]
|
|
scene:
|
|
Title: $detail//h1/text()
|
|
Date:
|
|
selector: $detail//div[@class="video-detail__description--container"]/div[contains(@style, "padding-top")]/text()
|
|
postProcess:
|
|
- parseDate: Jan 02, 2006
|
|
Details:
|
|
selector: $detail/div[@class="container"]/p/text()
|
|
concat: " "
|
|
Tags:
|
|
Name: $detail//div[@class="tags"]//a/text()
|
|
Performers:
|
|
Name:
|
|
selector: $detail//div[@class="video-detail__description--author"]//a/text()
|
|
postProcess:
|
|
- replace:
|
|
- regex: ^\s*(.+)\s*$
|
|
with: $1
|
|
Image: //dl8-video/@poster
|
|
Studio:
|
|
Name:
|
|
fixed: "SexBabesVR"
|
|
# Last Updated January 10, 2024
|