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,29 @@
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

View File

@@ -0,0 +1,9 @@
id: MenAtPlay
name: MenAtPlay
metadata: {}
version: b5f0602
date: "2023-07-03 22:44:07"
requires: []
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
files:
- MenAtPlay.yml