deathbulge fix
This commit is contained in:
parent
5b5cf6ad48
commit
79a2516c61
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class DeadWinter(_BasicScraper):
|
||||||
|
|
||||||
class Deathbulge(_BasicScraper):
|
class Deathbulge(_BasicScraper):
|
||||||
url = 'http://www.deathbulge.com/api/comics'
|
url = 'http://www.deathbulge.com/api/comics'
|
||||||
imageSearch = compile(r"(/images/comics/\d+\.jpg)")
|
imageSearch = compile(r"(/images/comics/[^\.]+\.jpg)")
|
||||||
prevSearch = compile(r'"previous":(\d+),')
|
prevSearch = compile(r'"previous":(\d+),')
|
||||||
firstStripUrl = url + '/1'
|
firstStripUrl = url + '/1'
|
||||||
def getPrevUrl(self, url, data):
|
def getPrevUrl(self, url, data):
|
||||||
|
|
Loading…
Reference in a new issue