summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FilecloudIo.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/FilecloudIo.py')
-rw-r--r--module/plugins/hoster/FilecloudIo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/plugins/hoster/FilecloudIo.py b/module/plugins/hoster/FilecloudIo.py
index 5672e780d..659a2cc0f 100644
--- a/module/plugins/hoster/FilecloudIo.py
+++ b/module/plugins/hoster/FilecloudIo.py
@@ -37,6 +37,7 @@ class FilecloudIo(SimpleHoster):
self.resumeDownload = self.multiDL = True
self.chunkLimit = 1
+
def handleFree(self):
data = {"ukey": self.file_info['ID']}
@@ -104,6 +105,7 @@ class FilecloudIo(SimpleHoster):
else:
self.fail("Unexpected server response")
+
def handlePremium(self):
akey = self.account.getAccountData(self.user)['akey']
ukey = self.file_info['ID']