summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/CzshareCom.py
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-10-02 15:57:29 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-10-02 16:08:43 +0200
commitf876908b6a1946845c1c7dff591d4d9f64643f82 (patch)
treee1b5ba8ba107225ba2e84f2ced7015fb2902ee6d /module/plugins/hoster/CzshareCom.py
parentMerge pull request #285 from vuolter/s/hoster/OneFichierCom (diff)
downloadpyload-f876908b6a1946845c1c7dff591d4d9f64643f82.tar.xz
Plugins: cosmetics See #286
Diffstat (limited to 'module/plugins/hoster/CzshareCom.py')
-rw-r--r--module/plugins/hoster/CzshareCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/CzshareCom.py b/module/plugins/hoster/CzshareCom.py
index 8f6f76d84..fdfce6226 100644
--- a/module/plugins/hoster/CzshareCom.py
+++ b/module/plugins/hoster/CzshareCom.py
@@ -48,7 +48,7 @@ class CzshareCom(SimpleHoster):
USER_CREDIT_PATTERN = r'<div class="credit">\s*kredit: <strong>([0-9., ]+)([kKMG]i?B)</strong>\s*</div><!-- .credit -->'
def setup(self):
- self.multiDL = self.resumeDownload = True if self.premium else False
+ self.multiDL = self.resumeDownload = self.premium
self.chunkLimit = 1
def checkTrafficLeft(self):