From af6cf761c6d873648fa0ffdb4cc9f2f1a032dd3d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 1 Aug 2010 13:10:51 +0200 Subject: some fixes --- module/plugins/hoster/BasePlugin.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'module/plugins/hoster') diff --git a/module/plugins/hoster/BasePlugin.py b/module/plugins/hoster/BasePlugin.py index b64e826f8..09545d493 100644 --- a/module/plugins/hoster/BasePlugin.py +++ b/module/plugins/hoster/BasePlugin.py @@ -16,13 +16,6 @@ class BasePlugin(Hoster): def process(self, pyfile): """main function""" - #debug stuff - - res = self.decryptCaptcha("http://www.google.com/recaptcha/api/image?c=03AHJ_VusNo91yuOYR22VR2J2XUl4x8fqcKbKato005zKhc10DT8FmIP4WQwK_5QkJZVRdCNWDPSlASuS12Y30qMjBguJpYA9fztHKFE8Lp2FGOrl6EnMcgTeyx_6FuVpMstX_XRuhusH-Z6H3Tchsj077ptyDMOPFrg") - print res - - #end - if pyfile.url.startswith("http://"): pyfile.name = re.findall("([^\/=]+)", pyfile.url)[-1] -- cgit v1.2.3