Add VirtualPorn.com XPath scene scraper (#787)

This commit is contained in:
peolic 2021-11-23 22:42:13 +02:00 committed by GitHub
parent e29dc4c831
commit 49e08ed7c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 0 deletions

View File

@ -1103,6 +1103,7 @@ vickyathome.com|VNAGirls.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
vinaskyxxx.com|ModelCentroAPI.yml|:heavy_check_mark:|:x:|:x:|:x:|Python|-
vipissy.com|Vipissy.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
vipsexvault.com|LetsDoeIt.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
virtualporn.com|VirtualPorn.yml|:heavy_check_mark:|:x:|:x:|:x:|-|VR
virtualrealgay.com|VirtualRealPorn.yml|:heavy_check_mark:|:x:|:heavy_check_mark:|:x:|-|VR
virtualrealjapan.com|VirtualRealPorn.yml|:heavy_check_mark:|:x:|:heavy_check_mark:|:x:|-|VR
virtualrealpassion.com|VirtualRealPorn.yml|:heavy_check_mark:|:x:|:heavy_check_mark:|:x:|-|VR

37
scrapers/VirtualPorn.yml Normal file
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