Add SuburbanJungle

This commit is contained in:
Techwolf 2019-06-19 23:17:20 -07:00 committed by Tobias Gruetzmacher
parent 8a987d3d97
commit f564989e36

View file

@ -556,6 +556,14 @@ class StuffNoOneToldMe(_BasicScraper):
)
class SuburbanJungle(_ParserScraper):
url = 'http://suburbanjungleclassic.com/'
stripUrl = url + '?p=%s'
firstStripUrl = stripUrl % '10'
imageSearch = '//div[@id="comic"]/img'
prevSearch = '//div[@class="nav-previous"]/a'
class SupernormalStep(_ComicControlScraper):
url = 'http://supernormalstep.com/'