Reenable comicgenesis comics.

This commit is contained in:
Bastian Kleineidam 2013-03-11 20:33:56 +01:00
parent 950a958e30
commit f0eaba0f69

View file

@ -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/')