Fix Everblue
This commit is contained in:
parent
11dce19af5
commit
f82ee7ca14
1 changed files with 4 additions and 3 deletions
|
@ -170,12 +170,13 @@ class Erstwhile(_WPNavi):
|
|||
endOfLife = True
|
||||
|
||||
|
||||
class Everblue(_ParserScraper):
|
||||
class Everblue(_ComicControlScraper):
|
||||
url = 'http://www.everblue-comic.com/comic/'
|
||||
stripUrl = url + '%s'
|
||||
firstStripUrl = stripUrl % '1'
|
||||
imageSearch = '//article[@id="comic"]//img'
|
||||
prevSearch = '//a[contains(@class, "prev")]'
|
||||
|
||||
def namer(self, imageUrl, pageUrl):
|
||||
return imageUrl.rsplit('/', 1)[-1].split('-', 1)[1]
|
||||
|
||||
|
||||
class EverybodyLovesEricRaymond(_ParserScraper):
|
||||
|
|
Loading…
Reference in a new issue