stash
This commit is contained in:
26
stash/config/scrapers/community/Motherless/Motherless.yml
Normal file
26
stash/config/scrapers/community/Motherless/Motherless.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
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
|
||||
9
stash/config/scrapers/community/Motherless/manifest
Executable file
9
stash/config/scrapers/community/Motherless/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: Motherless
|
||||
name: Motherless
|
||||
metadata: {}
|
||||
version: 66d4760
|
||||
date: "2021-07-18 15:48:20"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- Motherless.yml
|
||||
Reference in New Issue
Block a user