38 lines
933 B
YAML
38 lines
933 B
YAML
name: Virtual Porn
|
|
|
|
sceneByURL:
|
|
- action: scrapeXPath
|
|
scraper: sceneScraper
|
|
url:
|
|
- virtualporn.com/video
|
|
|
|
xPathScrapers:
|
|
sceneScraper:
|
|
scene:
|
|
Title: //h3[@class="player__info__title"]
|
|
Date:
|
|
selector: //div[@class="player__stats"]/p[starts-with(., "Released:")]
|
|
postProcess:
|
|
- replace:
|
|
- regex: "^Released: "
|
|
with:
|
|
- parseDate: Jan 02, 2006
|
|
Details:
|
|
selector: //p[contains(@class, "player__description")]
|
|
Performers:
|
|
Name: //p[@class="player__stats__cast"]/a
|
|
Studio:
|
|
Name:
|
|
fixed: Virtual Porn
|
|
Tags:
|
|
Name: //div[@class="video__tags__list"]/a
|
|
Image: //dl8-video/@poster
|
|
URL:
|
|
selector: //link[@rel="canonical"]/@href
|
|
postProcess:
|
|
- replace:
|
|
- regex: ^//
|
|
with: https://
|
|
|
|
# Last Updated November 22, 2021
|