stash
This commit is contained in:
32
stash/config/scrapers/community/MeanaWolf/MeanaWolf.yml
Normal file
32
stash/config/scrapers/community/MeanaWolf/MeanaWolf.yml
Normal 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
|
||||
9
stash/config/scrapers/community/MeanaWolf/manifest
Executable file
9
stash/config/scrapers/community/MeanaWolf/manifest
Executable 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
|
||||
Reference in New Issue
Block a user