diff options
author | spoob <spoob@gmx.de> | 2009-12-20 18:32:23 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-12-20 18:32:23 +0100 |
commit | 39546a4c7738eda3e56117e138ca2a4baa8e49c0 (patch) | |
tree | e40e3903a4fe3158797860070495630b31b04c2c /module/plugins/ShareonlineBiz.py | |
parent | gui can return to connection manager, new collector (diff) | |
download | pyload-39546a4c7738eda3e56117e138ca2a4baa8e49c0.tar.xz |
fixed shareonline, netload premium
Diffstat (limited to 'module/plugins/ShareonlineBiz.py')
-rw-r--r-- | module/plugins/ShareonlineBiz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/ShareonlineBiz.py b/module/plugins/ShareonlineBiz.py index 1b1eb6e27..b9a9accef 100644 --- a/module/plugins/ShareonlineBiz.py +++ b/module/plugins/ShareonlineBiz.py @@ -67,7 +67,7 @@ class ShareonlineBiz(Plugin): def download_html(self): if self.config['premium']: - post_vars = {ct": "login", + post_vars = {"act": "login", "location": "service.php", "dieseid": "", "user": self.config['username'], |