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,50 @@
name: "MMP Network"
sceneByURL:
- action: scrapeXPath
url:
- fakeshooting.com/video
- mmpnetwork.com/video
- povbitch.com/video
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //*[@class="videoTitle"]
Details:
selector: //div[@class="videoDescription"]
Date:
selector: //div[@class="videoDate" or @id="videoDate"]/text()
postProcess:
- replace:
- regex: "^Added "
with: ""
- replace:
- regex: " • .*"
with: ""
- parseDate: January 2, 2006
Performers:
Name:
selector: //div[@class="videoDate"]/a | //div[@class="videoFeaturedModels"]/text()
concat: ", "
split: ", "
Studio:
Name:
selector: //a[@id="headerNavJoinNow"]/@href
postProcess:
- replace:
- regex: .*signup\.(.+)\.com.*
with: $1
- map:
fakeshooting: Fake Shooting
melonechallenge: Molone Challenge
mmpnetwork: MMP Network
povbitch: POV Bitch
takevan: Take Van
Tags:
Name: //a[contains(@href,"tag")]/text()
Image:
selector: //div[@class="player"]/img/@src | //video/@poster
# Last Updated August 30, 2022

View File

@@ -0,0 +1,9 @@
id: MMP_Network
name: MMP Network
metadata: {}
version: 7f622d2
date: "2022-09-21 20:46:22"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- MMP_Network.yml