Nnewts disabled

This commit is contained in:
Damjan Košir 2015-07-05 18:32:33 +12:00
parent 45012ff9c3
commit 5e7ad33fc8

View file

@ -120,6 +120,10 @@ class Nnewts(_BasicScraper):
prevSearch = compile(tagre("a", "href", r'(%s(?:nnewts-)?page-\d+/)' % rurl, after="navi-prev"))
help = 'Index format: page-number'
@classmethod
def getDisabledReasons(cls):
return {'cannotReadOnline': 'Comic is not available for reading online.'}
class NobodyScores(_BasicScraper):
url = 'http://nobodyscores.loosenutstudio.com/'