diff options
author | spoob <spoob@gmx.de> | 2010-03-30 21:33:17 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-03-30 21:33:17 +0200 |
commit | a0e87b841327426aba3d511f17a28d83aa177d7e (patch) | |
tree | 12de6bd23eae194d729562a2bb506f870f8a3fda /module/plugins/hoster/HotfileCom.py | |
parent | closed #69 (diff) | |
download | pyload-a0e87b841327426aba3d511f17a28d83aa177d7e.tar.xz |
freespace for windows
Diffstat (limited to 'module/plugins/hoster/HotfileCom.py')
-rw-r--r-- | module/plugins/hoster/HotfileCom.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/module/plugins/hoster/HotfileCom.py b/module/plugins/hoster/HotfileCom.py index 748571840..aef761da7 100644 --- a/module/plugins/hoster/HotfileCom.py +++ b/module/plugins/hoster/HotfileCom.py @@ -24,10 +24,15 @@ class HotfileCom(Plugin): self.multi_dl = False self.htmlwithlink = None self.url = None + self.read_config() + if self.config['premium']: + self.multi_dl = True + self.req.canContinue = True + else: + self.multi_dl = False def prepare(self, thread): pyfile = self.parent - self.want_reconnect = False self.download_html() |