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,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

View File

@@ -0,0 +1,9 @@
id: VelvetVeronica
name: VelvetVeronica
metadata: {}
version: b2a94e4
date: "2021-06-13 07:03:48"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- VelvetVeronica.yml