stash
This commit is contained in:
64
stash/config/scrapers/community/MPLStudios/MPLStudios.yml
Normal file
64
stash/config/scrapers/community/MPLStudios/MPLStudios.yml
Normal file
@@ -0,0 +1,64 @@
|
||||
name: 'MPL Studios'
|
||||
sceneByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- mplstudios.com/update
|
||||
scraper: sceneScraper
|
||||
|
||||
galleryByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- mplstudios.com/update
|
||||
scraper: galleryScraper
|
||||
|
||||
xPathScrapers:
|
||||
sceneScraper:
|
||||
scene:
|
||||
Title: //div[@id="update"]/text()
|
||||
Studio:
|
||||
Name:
|
||||
fixed: "MPL Studios"
|
||||
Date:
|
||||
selector: //div[@id="date"]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: (\d+)[a-z]+
|
||||
with: $1
|
||||
- parseDate: 2 January 2006
|
||||
Details: //div[@id="update_text"]/text()
|
||||
Performers:
|
||||
Name:
|
||||
selector: //a[@id="portfolio"]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: \'.+$
|
||||
with: ""
|
||||
Image:
|
||||
selector: //div[@id="main_cover"]/img/@src
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: ^
|
||||
with: "https://mplstudios.com"
|
||||
galleryScraper:
|
||||
gallery:
|
||||
Title: //div[@id="update"]/text()
|
||||
Studio:
|
||||
Name:
|
||||
fixed: "MPL Studios"
|
||||
Date:
|
||||
selector: //div[@id="date"]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: (\d+)[a-z]+
|
||||
with: $1
|
||||
- parseDate: January 2 2006
|
||||
Details: //div[@id="update_text"]/text()
|
||||
Performers:
|
||||
Name:
|
||||
selector: //a[@id="portfolio"]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: \'.+$
|
||||
with: ""
|
||||
|
||||
# Last Updated October 25, 2020
|
||||
9
stash/config/scrapers/community/MPLStudios/manifest
Executable file
9
stash/config/scrapers/community/MPLStudios/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: MPLStudios
|
||||
name: MPL Studios
|
||||
metadata: {}
|
||||
version: "7784562"
|
||||
date: "2021-07-14 20:55:29"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- MPLStudios.yml
|
||||
Reference in New Issue
Block a user