Reenable comicgenesis comics.
This commit is contained in:
parent
950a958e30
commit
f0eaba0f69
1 changed files with 0 additions and 5 deletions
|
@ -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/')
|
||||
|
|
Loading…
Reference in a new issue