mirror of
https://github.com/stashapp/CommunityScrapers.git
synced 2025-12-11 11:18:56 -06:00
add VelvetVeronica xPath scene scraper (#589)
This commit is contained in:
parent
3d553258bd
commit
b2a94e4936
@ -997,6 +997,7 @@ upherasshole.com|PervCity.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
|
||||
valentina.passionepiedi.com|FFCSH.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
|
||||
vangoren.com|MVG.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
|
||||
vcaxxx.com|Hustler.yml|:heavy_check_mark:|:x:|:x:|:x:|CDP|-
|
||||
velvetveronica.com|VelvetVeronica.yml|:heavy_check_mark:|:x:|:x:|:x:|-|-
|
||||
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:|-|-
|
||||
|
||||
36
scrapers/VelvetVeronica.yml
Normal file
36
scrapers/VelvetVeronica.yml
Normal file
@ -0,0 +1,36 @@
|
||||
name: VelvetVeronica
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- velvetveronica.com/product
|
||||
scraper: sceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title:
|
||||
selector: //h1[@class="product_title entry-title"]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: Video \| (.*) (\[|\().*(\]|\))
|
||||
with: $1
|
||||
Date:
|
||||
selector: //meta[@name="twitter:image"]/@content
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: .*/uploads/([0-9]{4})/([0-9]{2})/.*
|
||||
with: $1-$2-01
|
||||
- parseDate: 2006-01-02
|
||||
Details:
|
||||
selector: //div[@id="x-legacy-panel-1"]/p or //div[@id="x-legacy-panel-1"]//li
|
||||
concat: "\n\n"
|
||||
Performers:
|
||||
Name:
|
||||
fixed: Veronica Dyer
|
||||
Tags:
|
||||
Name:
|
||||
selector: //span[@class="tagged_as"]/a/text()
|
||||
Studio:
|
||||
Name:
|
||||
selector: //meta[@property="og:site_name"]/@content
|
||||
Image: //meta[@name="twitter:image"]/@content
|
||||
# Last Updated June 06, 2021
|
||||
Loading…
x
Reference in New Issue
Block a user