Add Housepets
This commit is contained in:
parent
48ebffc756
commit
0eccdf737a
1 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue