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,34 @@
name: "WOW Girls Blog"
sceneByURL:
- action: scrapeXPath
url:
- wowgirlsblog.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //h1
Date:
selector: //meta[@property="article:published_time"]/@content
postProcess:
- replace:
- regex: "([^ ]+)T.*"
with: $1
Details: //meta[@property="og:description"]/@content
Performers:
Name: //a[contains(@href,"actor")]/text()
Studio:
Name:
fixed: WowGirls
Tags:
Name:
selector: //a[contains(@href,"category")]/@title
postProcess:
- replace:
- regex: \s+Movies\s*$
with: ""
Image:
selector: //meta[@property="og:image"]/@content
# Last Updated August 30, 2022

View File

@@ -0,0 +1,9 @@
id: WOWGirlsBlog
name: WOW Girls Blog
metadata: {}
version: 7f622d2
date: "2022-09-21 20:46:22"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- WOWGirlsBlog.yml