Add CatNine/TakeTwo
This commit is contained in:
parent
ae7ab251fd
commit
33954aaab6
1 changed files with 7 additions and 0 deletions
|
@ -160,6 +160,13 @@ class CatNine(_WordPressScraper):
|
|||
endOfLife = True
|
||||
|
||||
|
||||
class CatNineTakeTwo(CatNine):
|
||||
name = 'CatNine/TakeTwo'
|
||||
url = 'http://cat-nine.net/'
|
||||
stripUrl = url + 'comic/%s/'
|
||||
firstStripUrl = stripUrl % 'episode-1/1-first-day-for-everything'
|
||||
|
||||
|
||||
class CatsAndCameras(_WordPressScraper):
|
||||
url = 'http://catsncameras.com/'
|
||||
|
||||
|
|
Loading…
Reference in a new issue