Add HeyKitty

This commit is contained in:
Techwolf 2019-07-12 21:50:09 -07:00 committed by Tobias Gruetzmacher
parent 5df3cff92b
commit 255e27eec2

View file

@ -71,6 +71,12 @@ class HeyFox(_WordPressScraper):
adult = True
class HeyKitty(_WordPressScraper):
url = 'http://heykittycomic.com/'
stripUrl = url + '?comic=%s'
firstStripUrl = stripUrl % 'it-begins'
class Hipsters(_WordPressScraper):
url = 'http://www.hipsters-comic.com/'
firstStripUrl = 'http://www.hipsters-comic.com/comic/hip01/'