summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hoster/SizedriveCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hoster/SizedriveCom.py')
-rw-r--r--pyload/plugin/hoster/SizedriveCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/SizedriveCom.py b/pyload/plugin/hoster/SizedriveCom.py
index c9491d0ab..d4e705ae0 100644
--- a/pyload/plugin/hoster/SizedriveCom.py
+++ b/pyload/plugin/hoster/SizedriveCom.py
@@ -28,7 +28,7 @@ class SizedriveCom(SimpleHoster):
self.chunkLimit = 1
- def handleFree(self, pyfile):
+ def handle_free(self, pyfile):
self.wait(5)
self.html = self.load("http://www.sizedrive.com/getdownload.php",
post={'id': self.info['pattern']['ID']})