summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/FourSharedCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/FourSharedCom.py')
-rw-r--r--pyload/plugin/hoster/FourSharedCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/FourSharedCom.py b/pyload/plugin/hoster/FourSharedCom.py
index 7ea5e55b8..cda3bb7a3 100644
--- a/pyload/plugin/hoster/FourSharedCom.py
+++ b/pyload/plugin/hoster/FourSharedCom.py
@@ -35,7 +35,7 @@ class FourSharedCom(SimpleHoster):
ID_PATTERN = r'name="d3fid" value="(.*?)"'
- def handleFree(self, pyfile):
+ def handle_free(self, pyfile):
m = re.search(self.LINK_BTN_PATTERN, self.html)
if m:
link = m.group(1)