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,32 @@
name: meanawolf
sceneByURL:
- action: scrapeXPath
url:
- meanawolf.com/scenes/
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //h1/text()
Date:
selector: //span[text()="ADDED:"]/following-sibling::text()
postProcess:
- parseDate: January 2, 2006
Details:
selector: //div[@class="trailerContent"]/p/text()
concat: "\n\n"
Tags:
Name: //span[text()="TAGS:"]/following-sibling::a/text()
Performers:
Name: //span[text()="FEATURING:"]/following-sibling::a/text()
Studio:
Name:
fixed: MeanaWolf
Image:
selector: //script[contains(.,"useimage")]/text()
postProcess:
- replace:
- regex: (.+useimage\s=\s")(.*)(";function\sdownload\(f\).+)
with: $2
# Last Updated July 31, 2022

View File

@@ -0,0 +1,9 @@
id: MeanaWolf
name: meanawolf
metadata: {}
version: 74515ad
date: "2022-08-02 13:42:24"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- MeanaWolf.yml