summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/BasketbuildCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/BasketbuildCom.py')
-rw-r--r--pyload/plugin/hoster/BasketbuildCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/BasketbuildCom.py b/pyload/plugin/hoster/BasketbuildCom.py
index d005eae74..2e94eefe2 100644
--- a/pyload/plugin/hoster/BasketbuildCom.py
+++ b/pyload/plugin/hoster/BasketbuildCom.py
@@ -33,7 +33,7 @@ class BasketbuildCom(SimpleHoster):
self.chunkLimit = 1
- def handleFree(self, pyfile):
+ def handle_free(self, pyfile):
try:
link1 = re.search(r'href="(.+dlgate/.+)"', self.html).group(1)
self.html = self.load(link1)