Add CommanderKitty

This commit is contained in:
Techwolf 2019-07-11 01:08:01 -07:00 committed by Tobias Gruetzmacher
parent f99839f42a
commit 15c9426a2d

View file

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