Files
compose-projects-arr/stash/config/scrapers/community/WOWGirlsBlog/WOWGirlsBlog.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

35 lines
844 B
YAML

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