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
|
endOfLife = True
|
||||||
|
|
||||||
|
|
||||||
|
class Housepets(_WordPressScraper):
|
||||||
|
url = 'http://www.housepetscomic.com/'
|
||||||
|
stripUrl = url + 'comic/%s/'
|
||||||
|
firstStripUrl = '2008/06/02/when-boredom-strikes'
|
||||||
|
|
||||||
|
|
||||||
class HowToBeAWerewolf(_ComicControlScraper):
|
class HowToBeAWerewolf(_ComicControlScraper):
|
||||||
url = 'http://howtobeawerewolf.com/'
|
url = 'http://howtobeawerewolf.com/'
|
||||||
stripUrl = url + 'comic/%s'
|
stripUrl = url + 'comic/%s'
|
||||||
|
|
Loading…
Reference in a new issue