summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/LinksnappyCom.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2015-01-02 02:49:26 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2015-01-02 02:49:26 +0100
commitea58af3c625d90aec6becfd943289e42e4a71a9a (patch)
treeedcd4d1ed44b3a7efd887ceed90c99173004b863 /module/plugins/hoster/LinksnappyCom.py
parent[MultiHook] Store account type (diff)
downloadpyload-ea58af3c625d90aec6becfd943289e42e4a71a9a.tar.xz
Code cosmetics
Diffstat (limited to 'module/plugins/hoster/LinksnappyCom.py')
-rw-r--r--module/plugins/hoster/LinksnappyCom.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/module/plugins/hoster/LinksnappyCom.py b/module/plugins/hoster/LinksnappyCom.py
index 90a47d1ac..b7127c066 100644
--- a/module/plugins/hoster/LinksnappyCom.py
+++ b/module/plugins/hoster/LinksnappyCom.py
@@ -23,11 +23,6 @@ class LinksnappyCom(MultiHoster):
SINGLE_CHUNK_HOSTERS = ('easybytez.com')
- def setup(self):
- self.chunkLimit = -1
- self.resumeDownload = True
-
-
def handlePremium(self):
host = self._get_host(self.pyfile.url)
json_params = json_dumps({'link': self.pyfile.url,