Remove old waitSeconds parameter.

This commit is contained in:
Bastian Kleineidam 2014-03-04 18:38:46 +01:00
parent 15ef59262a
commit 18972d3830
2 changed files with 0 additions and 2 deletions

View file

@ -19,7 +19,6 @@ def add(name, host):
stripUrl = baseUrl + '?comic_id=%s',
imageSearch = _imageSearch,
prevSearch = _prevSearch,
waitSeconds = 1,
help = 'Index format: n (unpadded)',
)

View file

@ -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."""