This commit is contained in:
Christoph Califice
2025-10-09 20:05:31 -03:00
parent ed22ef22bc
commit 0a5f88d75a
1442 changed files with 101562 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
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