stash
This commit is contained in:
9
stash/config/scrapers/community/shagmag/manifest
Executable file
9
stash/config/scrapers/community/shagmag/manifest
Executable file
@@ -0,0 +1,9 @@
|
||||
id: shagmag
|
||||
name: SHAGMAG
|
||||
metadata: {}
|
||||
version: "7784562"
|
||||
date: "2021-07-14 20:55:29"
|
||||
requires: []
|
||||
source_repository: https://stashapp.github.io/CommunityScrapers/stable/index.yml
|
||||
files:
|
||||
- shagmag.yml
|
||||
34
stash/config/scrapers/community/shagmag/shagmag.yml
Normal file
34
stash/config/scrapers/community/shagmag/shagmag.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
name: 'SHAGMAG'
|
||||
galleryByURL:
|
||||
- action: scrapeXPath
|
||||
url:
|
||||
- shagmag.com/issues/
|
||||
scraper: galleryScraper
|
||||
|
||||
xPathScrapers:
|
||||
galleryScraper:
|
||||
gallery:
|
||||
Title: //h1[@class="t-Page-Heading-1"]/text()
|
||||
URL: //link[@rel="canonical"]/@href
|
||||
Studio:
|
||||
Name:
|
||||
fixed: 'SHAGMAG'
|
||||
Date:
|
||||
selector: //h1[@class="t-Page-Heading-1"]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
# There's one post per month so just assume the 1st so we can get a usable date
|
||||
- regex: ^
|
||||
with: '1 '
|
||||
- parseDate: 2 January 2006
|
||||
Performers:
|
||||
Name:
|
||||
selector: //small[1]/text()
|
||||
postProcess:
|
||||
- replace:
|
||||
- regex: '^Feat. '
|
||||
with: ''
|
||||
- regex: $
|
||||
with: ' and Julia Rose'
|
||||
split: ' and '
|
||||
# Last Updated November 30, 2020
|
||||
Reference in New Issue
Block a user