From 8e416325ac4f1015c00b6308def1a8f121ecb869 Mon Sep 17 00:00:00 2001 From: Techwolf Date: Wed, 7 Jun 2023 00:20:40 -0700 Subject: [PATCH] Add Shifters/OnGossamerWings --- dosagelib/plugins/s.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dosagelib/plugins/s.py b/dosagelib/plugins/s.py index a679d8da2..8e4f74a66 100644 --- a/dosagelib/plugins/s.py +++ b/dosagelib/plugins/s.py @@ -223,6 +223,14 @@ class Shifters(ParserScraper): return pageUrl.rsplit('/', 2)[1] + '.' + imageUrl.rsplit('.', 1)[-1] +class ShiftersOnGossamerWings(Shifters): + name = 'Shifters/OnGossamerWings' + baseUrl = 'https://shiftersonline.com/' + url = baseUrl + 'series/shifters-on-gossamer-wings/' + stripUrl = baseUrl + 'comic/%s/' + firstStripUrl = stripUrl % 'on-gossamer-wings-cover' + + class ShipInABottle(WordPressScraper): url = 'http://shipinbottle.pepsaga.com/' stripUrl = url + '?p=%s'