Add SuburbanJungle
This commit is contained in:
parent
8a987d3d97
commit
f564989e36
1 changed files with 8 additions and 0 deletions
|
@ -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/'
|
||||
|
||||
|
|
Loading…
Reference in a new issue