stash
This commit is contained in:
37
stash/config/scrapers/community/VirtualPorn/VirtualPorn.yml
Normal file
37
stash/config/scrapers/community/VirtualPorn/VirtualPorn.yml
Normal 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
|
||||
Reference in New Issue
Block a user