From f0eaba0f69acd7c3e26c2bd21e5ac2d7ad261546 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Mon, 11 Mar 2013 20:33:56 +0100 Subject: [PATCH] Reenable comicgenesis comics. --- dosagelib/plugins/keenspot.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dosagelib/plugins/keenspot.py b/dosagelib/plugins/keenspot.py index 93938a57a..3256fc693 100644 --- a/dosagelib/plugins/keenspot.py +++ b/dosagelib/plugins/keenspot.py @@ -16,9 +16,6 @@ _prevSearch = compile(tagre("a", "href", r'([^"]*/d/\d{8}\.html)') + def add(name, url): classname = 'KeenSpot_%s' % name - # XXX all comics are blocked currently by robots.txt :-( - # disable by prefixing '_' to the classname. - classname = '_' + classname if '/d/' in url: stripUrl = url.split('/d/')[0] + '/d/%s.html' else: @@ -43,8 +40,6 @@ def add(name, url): help = 'Index format: yyyymmdd', ) -# All pages are currently blocked by robots.txt, so these comics are not available. - # do not edit anything below since these entries are generated from scripts/update.sh # DO NOT REMOVE add('13thLabour', 'http://the13labour.comicgenesis.com/')