summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/FshareVn.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/FshareVn.py')
-rw-r--r--pyload/plugin/hoster/FshareVn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/FshareVn.py b/pyload/plugin/hoster/FshareVn.py
index 05f213680..b44553149 100644
--- a/pyload/plugin/hoster/FshareVn.py
+++ b/pyload/plugin/hoster/FshareVn.py
@@ -52,7 +52,7 @@ class FshareVn(SimpleHoster):
self.html = unicode(self.html, self.TEXT_ENCODING)
- def handleFree(self, pyfile):
+ def handle_free(self, pyfile):
self.html = self.load(pyfile.url, decode=True)
self.checkErrors()