stash
This commit is contained in:
29
stash/config/scrapers/community/GASM/GASM.yml
Normal file
29
stash/config/scrapers/community/GASM/GASM.yml
Normal 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
|
||||
9
stash/config/scrapers/community/GASM/manifest
Executable file
9
stash/config/scrapers/community/GASM/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: GASM
|
||||
name: GASM
|
||||
metadata: {}
|
||||
version: 05e3ef6
|
||||
date: "2021-05-13 12:31:37"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- GASM.yml
|
||||
Reference in New Issue
Block a user