Remove old waitSeconds parameter.
This commit is contained in:
parent
15ef59262a
commit
18972d3830
2 changed files with 0 additions and 2 deletions
|
@ -19,7 +19,6 @@ def add(name, host):
|
|||
stripUrl = baseUrl + '?comic_id=%s',
|
||||
imageSearch = _imageSearch,
|
||||
prevSearch = _prevSearch,
|
||||
waitSeconds = 1,
|
||||
help = 'Index format: n (unpadded)',
|
||||
)
|
||||
|
||||
|
|
|
@ -78,7 +78,6 @@ class Zwarwald(_BasicScraper):
|
|||
prevSearch = compile(tagre("a", "href", r'(%sindex\.php/page/\d+/)' % rurl) +
|
||||
tagre("img", "src", r'http://zwarwald\.de/images/prev\.jpg', quote="'"))
|
||||
help = 'Index format: number'
|
||||
waitSeconds = 1
|
||||
|
||||
def shouldSkipUrl(self, url, data):
|
||||
"""Some pages have flash content."""
|
||||
|
|
Loading…
Reference in a new issue