Add CatNine/TakeTwo

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

View file

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