Add SuburbanJungleRoughHousing

This commit is contained in:
Techwolf 2019-06-19 23:17:33 -07:00 committed by Tobias Gruetzmacher
parent f564989e36
commit 99ee4147f7

View file

@ -564,6 +564,12 @@ class SuburbanJungle(_ParserScraper):
prevSearch = '//div[@class="nav-previous"]/a' 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): class SupernormalStep(_ComicControlScraper):
url = 'http://supernormalstep.com/' url = 'http://supernormalstep.com/'