stash
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
name: "ModelMediaUS"
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- modelmediaasia.com/trailers/
|
||||
- modelmediaus.com/videos/
|
||||
- modelmediaus.com/trailers/
|
||||
scraper: sceneScraper
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- delphinefilms.com/trailers/
|
||||
- jerkaoke.com/trailers/
|
||||
- povadventure.com/trailers
|
||||
scraper: altSceneScraper
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //h3/text()
|
||||
Date:
|
||||
selector: //td[contains(.,"Released:")]/following-sibling::td/text()
|
||||
postProcess:
|
||||
- parseDate: Jan 2, 2006
|
||||
Details:
|
||||
selector: //h3/following-sibling::p/text()
|
||||
Performers:
|
||||
Name: //a[contains(@href,"models/")]/text()
|
||||
Tags:
|
||||
Name: //a[contains(@href,"videos?tag")]/text()
|
||||
Image:
|
||||
selector: //iframe[@id="video-player"]/@src
|
||||
postProcess:
|
||||
- subScraper:
|
||||
selector: //stream/@poster
|
||||
altSceneScraper:
|
||||
common:
|
||||
$container: //main[@id='MusContainer']
|
||||
scene:
|
||||
Title: $container//h1
|
||||
Date:
|
||||
selector: //div[contains(.,"Released")]/following-sibling::div/text()
|
||||
postProcess:
|
||||
- parseDate: Jan 2, 2006
|
||||
Details:
|
||||
selector: $container//h1/following-sibling::p/text()
|
||||
Performers:
|
||||
Name:
|
||||
selector: //div[contains(.,"Cast")]/following-sibling::div//a/text()
|
||||
Tags:
|
||||
Name: $container//h1/following-sibling::div//a[contains(@href,"videos?tag")]/span/text()
|
||||
Image: //div[contains(@class,"mus-z-index-2")]/img[contains(@class,"mus-img-cover")]/@src
|
||||
# Last Updated July 29, 2022
|
||||
9
stash/config/scrapers/community/ModelMediaUS/manifest
Executable file
9
stash/config/scrapers/community/ModelMediaUS/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: ModelMediaUS
|
||||
name: ModelMediaUS
|
||||
metadata: {}
|
||||
version: 66feb5d
|
||||
date: "2022-07-29 21:32:30"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- ModelMediaUS.yml
|
||||
Reference in New Issue
Block a user