summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/FilepupNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/FilepupNet.py')
-rw-r--r--pyload/plugin/hoster/FilepupNet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/FilepupNet.py b/pyload/plugin/hoster/FilepupNet.py
index 91d640e00..6f6689de7 100644
--- a/pyload/plugin/hoster/FilepupNet.py
+++ b/pyload/plugin/hoster/FilepupNet.py
@@ -36,7 +36,7 @@ class FilepupNet(SimpleHoster):
self.chunkLimit = 1
- def handleFree(self, pyfile):
+ def handle_free(self, pyfile):
m = re.search(self.LINK_FREE_PATTERN, self.html)
if m is None:
self.error(_("Download link not found"))