diff options
author | 2013-09-14 15:01:49 +0200 | |
---|---|---|
committer | 2013-09-14 15:01:49 +0200 | |
commit | a69081e4aeb47b016c90026f0902348a18d1b3c0 (patch) | |
tree | 05edfbe764d25305def18fa33a697e02ee0c41ad /pyload/plugins/Hoster.py | |
parent | some fixes for py 2.5 (diff) | |
download | pyload-a69081e4aeb47b016c90026f0902348a18d1b3c0.tar.xz |
stub class for content provider
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 |