diff options
author | 2013-10-23 14:21:05 +0200 | |
---|---|---|
committer | 2013-10-23 14:21:05 +0200 | |
commit | 57f21830085d3d5944b8d33fc9825d577e81ed8a (patch) | |
tree | 803407139336ee94f5f61b09f8e418cafcd9b0d8 /module/plugins/hoster/NetloadIn.py | |
parent | Merge pull request #331 from vuolter/s/hoster_lc (diff) | |
download | pyload-57f21830085d3d5944b8d33fc9825d577e81ed8a.tar.xz |
Cleanup for setup vars.
See #315
Diffstat (limited to 'module/plugins/hoster/NetloadIn.py')
-rw-r--r-- | module/plugins/hoster/NetloadIn.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/module/plugins/hoster/NetloadIn.py b/module/plugins/hoster/NetloadIn.py index ff72a3b63..71c8dd4f2 100644 --- a/module/plugins/hoster/NetloadIn.py +++ b/module/plugins/hoster/NetloadIn.py @@ -59,10 +59,7 @@ class NetloadIn(Hoster): __author_mail__ = ("spoob@pyload.org", "ranan@pyload.org", "gregy@gregy.cz") def setup(self): - self.multiDL = False - if self.premium: - self.multiDL = self.resumeDownload = True - self.chunkLimit = -1 + self.multiDL = self.resumeDownload = self.premium def process(self, pyfile): self.url = pyfile.url |