From 18972d3830b802f5c15560842ff67120e25970da Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Tue, 4 Mar 2014 18:38:46 +0100 Subject: [PATCH] Remove old waitSeconds parameter. --- dosagelib/plugins/snafu.py | 1 - dosagelib/plugins/z.py | 1 - 2 files changed, 2 deletions(-) diff --git a/dosagelib/plugins/snafu.py b/dosagelib/plugins/snafu.py index 845b35ce6..884f15afe 100644 --- a/dosagelib/plugins/snafu.py +++ b/dosagelib/plugins/snafu.py @@ -19,7 +19,6 @@ def add(name, host): stripUrl = baseUrl + '?comic_id=%s', imageSearch = _imageSearch, prevSearch = _prevSearch, - waitSeconds = 1, help = 'Index format: n (unpadded)', ) diff --git a/dosagelib/plugins/z.py b/dosagelib/plugins/z.py index 6e669f05d..8aa0ae823 100644 --- a/dosagelib/plugins/z.py +++ b/dosagelib/plugins/z.py @@ -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."""