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,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

View 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