From 15c9426a2d2f12c35bf54b532be82605aef30585 Mon Sep 17 00:00:00 2001 From: Techwolf Date: Thu, 11 Jul 2019 01:08:01 -0700 Subject: [PATCH] Add CommanderKitty --- dosagelib/plugins/c.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dosagelib/plugins/c.py b/dosagelib/plugins/c.py index 564c2a374..f09576e36 100644 --- a/dosagelib/plugins/c.py +++ b/dosagelib/plugins/c.py @@ -220,6 +220,13 @@ class Comedity(_BasicScraper): help = 'Index format: n (no padding)' +class CommanderKitty(_WPNavi): + url = 'http://www.commanderkitty.com/' + stripUrl = url + '%s/' + firstStripUrl = stripUrl % '2009/01/03/good-to-be-back' + endOfLife = True + + class CommitStrip(_ParserScraper): baseUrl = 'https://www.commitstrip.com/en/' url = baseUrl + '?setLocale=1' # ensure the language cookie is set