From 3ef26c71cb3c23a876b95af77f6541c06227a937 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 3 Oct 2010 14:49:16 +0200 Subject: acc fixes, closed #134, closed #141 --- module/plugins/hoster/HotfileCom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/hoster/HotfileCom.py') diff --git a/module/plugins/hoster/HotfileCom.py b/module/plugins/hoster/HotfileCom.py index 78fd14cf6..f3c6b67dd 100644 --- a/module/plugins/hoster/HotfileCom.py +++ b/module/plugins/hoster/HotfileCom.py @@ -53,7 +53,7 @@ class HotfileCom(Hoster): if not self.account and login: return elif self.account and login: - return self.account.apiCall(method, post) + return self.account.apiCall(method, post, self.user) post.update({"action": method}) return self.load("http://api.hotfile.com/", post=post) @@ -79,7 +79,7 @@ class HotfileCom(Hoster): self.freeDownload() else: - dl = self.account.apiCall("getdirectdownloadlink", {"link":self.pyfile.url}) + dl = self.account.apiCall("getdirectdownloadlink", {"link":self.pyfile.url}, self.user) self.download(dl) def downloadHTML(self): -- cgit v1.2.3