From b10b1cefdb87a3544a9a0f9fc27ee2fa1ee3cbed Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 22 Dec 2014 22:34:16 +0100 Subject: [CloudzillaTo] Typo --- module/plugins/hoster/CloudzillaTo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/plugins/hoster/CloudzillaTo.py b/module/plugins/hoster/CloudzillaTo.py index def253281..2e98842a6 100644 --- a/module/plugins/hoster/CloudzillaTo.py +++ b/module/plugins/hoster/CloudzillaTo.py @@ -7,7 +7,7 @@ from module.common.json_layer import json_loads class CloudzillaTo(SimpleHoster): __name__ = "CloudzillaTo" __type__ = "hoster" - __version__ = "0.01" + __version__ = "0.02" __pattern__ = r'http://(?:www\.)?cloudzilla\.to/share/file/(?P[\w^_]+)' @@ -37,7 +37,7 @@ class CloudzillaTo(SimpleHoster): def handlePremium(self): - return handleFree(self): + return self.handleFree() getInfo = create_getInfo(CloudzillaTo) -- cgit v1.2.3