summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/MyfastfileCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/MyfastfileCom.py')
-rw-r--r--pyload/plugin/hoster/MyfastfileCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/MyfastfileCom.py b/pyload/plugin/hoster/MyfastfileCom.py
index 12418670a..4ed89f8f7 100644
--- a/pyload/plugin/hoster/MyfastfileCom.py
+++ b/pyload/plugin/hoster/MyfastfileCom.py
@@ -21,7 +21,7 @@ class MyfastfileCom(MultiHoster):
self.chunkLimit = -1
- def handlePremium(self, pyfile):
+ def handle_premium(self, pyfile):
self.html = self.load('http://myfastfile.com/api.php',
get={'user': self.user, 'pass': self.account.getAccountData(self.user)['password'],
'link': pyfile.url})