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

27 lines
681 B
YAML

name: "Motherless"
sceneByURL:
- action: scrapeXPath
url:
- motherless.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$meta: //div[@class='media-meta']
scene:
Title: $meta//h1/text()
Date:
selector: $meta//div[@class='media-meta-stats']/span[not(contains(.,'Views')) and not(contains(.,'Favorites'))]/text()
postProcess:
- parseDate: 02 Jan 2006
Image: //video/@data-poster
Tags:
Name:
selector: //h4/a[contains(@href,"/term/")]/text()
postProcess:
- replace:
- regex: \#
with:
# Last Updated October 06, 2020