deathbulge fix

This commit is contained in:
Damjan Košir 2017-11-17 21:49:47 +13:00
parent 5b5cf6ad48
commit 79a2516c61

View file

@ -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):