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

36 lines
881 B
YAML

name: Melon Juggler
sceneByURL:
- action: scrapeXPath
url:
- melonjuggler.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
common:
$model: //span[@class="tour_update_models"]/a
scene:
Title:
selector: //span[@class="update_title"]
Date:
selector: //span[@class="availdate"]
postProcess:
- replace:
- regex: (st|nd|rd|th)
with: ""
- parseDate: 2 Jan 2006
Performers:
Name:
selector: $model/text()
URL:
selector: $model/@href
Tags:
Name: //span[@class="update_tags"]/a
Details:
selector: //span[@class="latest_update_description"]
Image:
selector: //meta[@property="og:image"]/@content
Studio:
Name:
fixed: Melon Juggler
# Last Updated March 18, 2024