diff options
Diffstat (limited to 'pyload/plugins/Hoster.py')
-rw-r--r-- | pyload/plugins/Hoster.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |