Add CatNine

This commit is contained in:
Techwolf 2019-12-13 01:48:13 -08:00 committed by Tobias Gruetzmacher
parent 2fe790f91c
commit ae7ab251fd

View file

@ -153,6 +153,13 @@ class CatenaManor(_ParserScraper):
return self.strips.pop(0)
class CatNine(_WordPressScraper):
url = 'http://classic.cat-nine.net/'
stripUrl = url + 'comic/%s'
firstStripUrl = stripUrl % 'day-first'
endOfLife = True
class CatsAndCameras(_WordPressScraper):
url = 'http://catsncameras.com/'