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

30 lines
765 B
YAML

name: GASM
sceneByURL:
- action: scrapeXPath
url:
- gasm.com
scraper: sceneScraper
xPathScrapers:
sceneScraper:
scene:
Title:
selector: //div[@class="gqText"]/span[@class="gqTitle"]
Performers:
Name: //div[@class="gqOwner"]/a
Tags:
Name: //div[@class="content tag"]/a
Details:
selector: //span[@class="gqDescription"]/text()
concat: "\n\n"
postProcess:
- replace:
- regex: '^Part\sof\s*\n+'
with:
Movies:
Name: //span[@class="gqDescription"]/a[@class="gqTitle"]
Image: //meta[@property="og:image"]/@content
Studio:
Name:
selector: //span[@class="gqOwner"]//a
# Last Updated May 13, 2021