summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/HellshareCz.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-07 11:26:58 +0200
commit08b77b4cb91338f3c03ab21712387f7e2336c881 (patch)
tree172c1f5da771c24795e9bcae7d5e8b0023becc91 /pyload/plugins/hoster/HellshareCz.py
parentMerge pull request #285 from vuolter/s/hoster/OneFichierCom (diff)
downloadpyload-08b77b4cb91338f3c03ab21712387f7e2336c881.tar.xz
Plugins: cosmetics See #286
(cherry picked from commit f876908b6a1946845c1c7dff591d4d9f64643f82) Conflicts: pyload/plugins/hoster/DlFreeFr.py
Diffstat (limited to 'pyload/plugins/hoster/HellshareCz.py')
-rw-r--r--pyload/plugins/hoster/HellshareCz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/HellshareCz.py b/pyload/plugins/hoster/HellshareCz.py
index 5fdcca7ae..8e39883e8 100644
--- a/pyload/plugins/hoster/HellshareCz.py
+++ b/pyload/plugins/hoster/HellshareCz.py
@@ -34,7 +34,7 @@ class HellshareCz(SimpleHoster):
SHOW_WINDOW_PATTERN = r'<a href="([^?]+/(\d+)/\?do=(fileDownloadButton|relatedFileDownloadButton-\2)-showDownloadWindow)"'
def setup(self):
- self.resumeDownload = self.multiDL = True if self.account else False
+ self.resumeDownload = self.multiDL = self.account
self.chunkLimit = 1
def process(self, pyfile):