Add SuburbanJungleRoughHousing
This commit is contained in:
parent
f564989e36
commit
99ee4147f7
1 changed files with 6 additions and 0 deletions
|
@ -564,6 +564,12 @@ class SuburbanJungle(_ParserScraper):
|
|||
prevSearch = '//div[@class="nav-previous"]/a'
|
||||
|
||||
|
||||
class SuburbanJungleRoughHousing(_WordPressScraper):
|
||||
url = 'http://roughhouse.suburbanjungle.com/'
|
||||
stripUrl = url + '/comic/%s/'
|
||||
firstStripUrl = stripUrl % 'rough-housing-issue-1-cover'
|
||||
|
||||
|
||||
class SupernormalStep(_ComicControlScraper):
|
||||
url = 'http://supernormalstep.com/'
|
||||
|
||||
|
|
Loading…
Reference in a new issue