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,9 @@
id: vogov
name: vogov
metadata: {}
version: 66d4760
date: "2021-07-18 15:48:20"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- vogov.yml

View File

@@ -0,0 +1,24 @@
name: vogov
sceneByURL:
- action: scrapeXPath
url:
- vogov.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //meta[@property="og:title"]/@content
Date:
selector: //div[@class="video-page-description"]//li[contains(.,"Release Date")]/span
postProcess:
- parseDate: Jan 2, 2006
Details: //meta[@property="og:description"]/@content
Performers:
Name: //div[@class="info-video-models"]//a
Tags:
Name: //div[@class="info-video-category"]//a
Studio:
Name:
fixed: vogov
Image: //meta[@property="og:image"]/@content
# Last Updated March 05, 2021