Correct drunkduck disablement comment.
This commit is contained in:
parent
e6a2562c3d
commit
e738454cb1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ _nextSearch = compile(_linkSearch + tagre("img", "class", "arrow_next"))
|
||||||
_lastSearch = compile(_linkSearch + tagre("img", "class", "arrow_last"))
|
_lastSearch = compile(_linkSearch + tagre("img", "class", "arrow_last"))
|
||||||
|
|
||||||
def add(name, path):
|
def add(name, path):
|
||||||
# XXX disallowed by robots.txt
|
# XXX disallowed by the server administrator
|
||||||
classname = '_DrunkDuck_%s' % name
|
classname = '_DrunkDuck_%s' % name
|
||||||
_url = 'http://www.theduckwebcomics.com/%s/' % path
|
_url = 'http://www.theduckwebcomics.com/%s/' % path
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue