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

View 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