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

30 lines
908 B
YAML

name: MenAtPlay
sceneByURL:
- action: scrapeXPath
url:
- menatplay.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //div[@class="gallery_info spacer"]/h1/text()
Details:
selector: //div[@class="containerText"]/p//text()
concat: "\n\n"
Performers:
Name:
selector: //div[@class="gallery_info spacer"]/p/span[@class="tour_update_models"]/a/text()
Date:
selector: //span[@class="availdate"][1]
postProcess:
- parseDate: Jan 2, 2006
Image: //meta[@property="og:image"]/@content
Tags:
Name:
selector: //div[@class="gallery_info spacer"]/div/a[@class="tagsVideoPage"]/text()
Studio:
Name:
fixed: MenAtPlay
# Last Updated July 02, 2023