Add Housepets

This commit is contained in:
Techwolf 2019-06-18 20:55:18 -07:00 committed by Tobias Gruetzmacher
parent 48ebffc756
commit 0eccdf737a

View file

@ -88,6 +88,12 @@ class HijinksEnsuePhoto(_WPNaviIn):
endOfLife = True
class Housepets(_WordPressScraper):
url = 'http://www.housepetscomic.com/'
stripUrl = url + 'comic/%s/'
firstStripUrl = '2008/06/02/when-boredom-strikes'
class HowToBeAWerewolf(_ComicControlScraper):
url = 'http://howtobeawerewolf.com/'
stripUrl = url + 'comic/%s'