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,54 @@
name: "MarsMedia"
sceneByURL:
- action: scrapeXPath
url:
- barebackthathole.com
- barebackcumpigs.com
- bearfilms.com
- breedmeraw.com
- bringmeaboy.com
- bulldogpit.com
- hairyandraw.com
- hardbritlads.com
- southernstrokes.com
- touchthatboy.com
- twinksinshorts.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title: //title
Details: //div[@class="update_description"]
Performers:
Name:
selector: //span[@class="update_models"]/a
Image:
selector: //script[contains(.,'jwplayer("playerMain").setup')]
postProcess:
- replace:
- regex: ^.+?image:\s+'([^']+)'.+
with: $1
Date:
selector : //div[contains(.,"Release Date")]/b
postProcess:
- parseDate: 01/02/2006
Studio:
Name:
selector: //link[@rel="canonical"]/@href | //base/@href
postProcess:
- replace:
- regex: ^https://(w{3}\.)?([^\.]+).+
with: $3
- map:
"barebackcumpigs": Bareback Cum Pigs
"barebackthathole": Bareback That Hole
"bearfilms" : Bear Films
"breedmeraw" : Breed Me Raw
"bringmeaboy" : Bring Me A Boy
"bulldogpit" : Bulldog Pit
"hairyandraw" : Hairy And Raw
"hardbritlads" : HardBritLads
"southernstrokes" : Southern Strokes
"touchthatboy" : Touch That Boy
"twinksinshorts" : Twinks In Shorts
# Last Updated February 6, 2024

View File

@@ -0,0 +1,9 @@
id: MarsMedia
name: MarsMedia
metadata: {}
version: 0dcef08
date: "2024-02-07 08:54:39"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- MarsMedia.yml