summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/NoPremiumPl.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/NoPremiumPl.py')
-rw-r--r--pyload/plugin/hoster/NoPremiumPl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/NoPremiumPl.py b/pyload/plugin/hoster/NoPremiumPl.py
index be1e4794e..4714270b5 100644
--- a/pyload/plugin/hoster/NoPremiumPl.py
+++ b/pyload/plugin/hoster/NoPremiumPl.py
@@ -59,7 +59,7 @@ class NoPremiumPl(MultiHoster):
return self.load(self.API_URL, post=query)
- def handleFree(self, pyfile):
+ def handle_free(self, pyfile):
try:
data = self.runFileQuery(pyfile.url, 'fileinfo')