BladeKitten disabled
This commit is contained in:
parent
d78db39df9
commit
45012ff9c3
1 changed files with 4 additions and 0 deletions
|
@ -150,6 +150,10 @@ class BladeKitten(_ParserScraper):
|
|||
page = page.split(':')[1]
|
||||
return "bladekitten-%02i-%02i-%s" % (int(chapter), int(page), filename)
|
||||
|
||||
@classmethod
|
||||
def getDisabledReasons(cls):
|
||||
return {'cannotReadOnline': 'Comic is not available for reading online.'}
|
||||
|
||||
class BlankIt(_BasicScraper):
|
||||
url = 'http://blankitcomics.com/'
|
||||
stripUrl = url + '%s/'
|
||||
|
|
Loading…
Reference in a new issue