Files
compose-projects-arr/stash/config/scrapers/community/MarsMedia/MarsMedia.yml
Christoph Califice 0a5f88d75a stash
2025-10-10 09:50:30 -03:00

55 lines
1.6 KiB
YAML

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