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

View 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