summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/TurbobitNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/TurbobitNet.py')
-rw-r--r--pyload/plugin/hoster/TurbobitNet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/TurbobitNet.py b/pyload/plugin/hoster/TurbobitNet.py
index a55d824a3..bcbeddd17 100644
--- a/pyload/plugin/hoster/TurbobitNet.py
+++ b/pyload/plugin/hoster/TurbobitNet.py
@@ -42,7 +42,7 @@ class TurbobitNet(SimpleHoster):
CAPTCHA_PATTERN = r'<img alt="Captcha" src="(.+?)"'
- def handleFree(self, pyfile):
+ def handle_free(self, pyfile):
self.html = self.load("http://turbobit.net/download/free/%s" % self.info['pattern']['ID'],
decode=True)