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

35 lines
869 B
YAML

name: mormongirlz
sceneByURL:
- action: scrapeXPath
url:
- mormongirlz.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //div[@class="h-contant"]/h2/text()
Date:
selector: //meta[@property="article:published_time"]/@content
postProcess:
- replace:
- regex: (.+)(T.+)
with: $1
Details:
selector: //div[@class="h-contant"]/div/text()
concat: "\n\n"
Studio:
Name:
selector: //meta[@property="og:site_name"]/@content
postProcess:
- replace:
- regex: " "
with: ""
Image:
selector: //img[@class="intro"]/@src
postProcess:
- replace:
- regex: \/\/\/\/
with: //
# Last Updated September 11, 2020