From 8631e6b1a4ea061a8f280431b6449d12475c2922 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 4 Dec 2011 14:22:41 +0100 Subject: fix fs --- module/plugins/hoster/FilesonicCom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module') diff --git a/module/plugins/hoster/FilesonicCom.py b/module/plugins/hoster/FilesonicCom.py index bb5152d29..ce60c618b 100644 --- a/module/plugins/hoster/FilesonicCom.py +++ b/module/plugins/hoster/FilesonicCom.py @@ -121,7 +121,7 @@ class FilesonicCom(Hoster): api = self.API_ADDRESS + "/link?method=getDownloadLink&u=%%s&p=%%s&ids=%s" % getId(self.pyfile.url) - result = json_loads(self.load(api % (self.user, self.account.getAccountData(self.user)))) + result = json_loads(self.load(api % (self.user, self.account.getAccountData(self.user)["password"]))) links = result["FSApi_Link"]["getDownloadLink"]["response"]["links"] #wupload seems to return list and no dicts -- cgit v1.2.3