From a69081e4aeb47b016c90026f0902348a18d1b3c0 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 14 Sep 2013 15:01:49 +0200 Subject: stub class for content provider --- pyload/plugins/Hoster.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'pyload/plugins/Hoster.py') diff --git a/pyload/plugins/Hoster.py b/pyload/plugins/Hoster.py index fde5de63a..bc1e4f9d0 100644 --- a/pyload/plugins/Hoster.py +++ b/pyload/plugins/Hoster.py @@ -194,7 +194,6 @@ class Hoster(Base): return True, 10 - def setWait(self, seconds, reconnect=False): """Set a specific wait time later used with `wait` @@ -250,7 +249,6 @@ class Hoster(Base): raise Retry(reason) - def download(self, url, get={}, post={}, ref=True, cookies=True, disposition=False): """Downloads the content at url to download folder -- cgit v1.2.3