Add HeyKitty
This commit is contained in:
parent
5df3cff92b
commit
255e27eec2
1 changed files with 6 additions and 0 deletions
|
@ -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/'
|
||||
|
|
Loading…
Reference in a new issue