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: 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