Disable disallowed drunkduck comics.
This commit is contained in:
parent
a19db64d12
commit
264a20a4db
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ _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):
|
||||||
classname = 'DrunkDuck_%s' % name
|
# XXX disallowed by robots.txt
|
||||||
|
classname = '_DrunkDuck_%s' % name
|
||||||
_url = 'http://www.theduckwebcomics.com/%s/' % path
|
_url = 'http://www.theduckwebcomics.com/%s/' % path
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Reference in a new issue