Add CatNine
This commit is contained in:
parent
2fe790f91c
commit
ae7ab251fd
1 changed files with 7 additions and 0 deletions
|
@ -153,6 +153,13 @@ class CatenaManor(_ParserScraper):
|
||||||
return self.strips.pop(0)
|
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):
|
class CatsAndCameras(_WordPressScraper):
|
||||||
url = 'http://catsncameras.com/'
|
url = 'http://catsncameras.com/'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue