Add CommanderKitty
This commit is contained in:
parent
f99839f42a
commit
15c9426a2d
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue