From 39546a4c7738eda3e56117e138ca2a4baa8e49c0 Mon Sep 17 00:00:00 2001 From: spoob Date: Sun, 20 Dec 2009 18:32:23 +0100 Subject: fixed shareonline, netload premium --- module/plugins/ShareonlineBiz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/ShareonlineBiz.py') 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'], -- cgit v1.2.3