mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-10 17:32:09 -06:00
Add VirtualPorn.com XPath scene scraper (#787)
This commit is contained in:
parent
e29dc4c831
commit
49e08ed7c9
@ -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
37
scrapers/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
|
||||
Loading…
x
Reference in New Issue
Block a user