summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hook/BypassCaptcha.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-10 18:42:46 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-10 18:42:46 +0100
commit1fe795e8bfb9d9ed7181bfe075469a960f7bb0e4 (patch)
treee17b69106d61342ae09ae887beabdd805339593e /pyload/plugins/hook/BypassCaptcha.py
parentFix previous merge (diff)
downloadpyload-1fe795e8bfb9d9ed7181bfe075469a960f7bb0e4.tar.xz
Revert plugin directory structure
Diffstat (limited to 'pyload/plugins/hook/BypassCaptcha.py')
-rw-r--r--pyload/plugins/hook/BypassCaptcha.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hook/BypassCaptcha.py b/pyload/plugins/hook/BypassCaptcha.py
index 728abf6ed..610cfac64 100644
--- a/pyload/plugins/hook/BypassCaptcha.py
+++ b/pyload/plugins/hook/BypassCaptcha.py
@@ -4,7 +4,7 @@ from pycurl import FORM_FILE, LOW_SPEED_TIME
from pyload.network.HTTPRequest import BadHeader
from pyload.network.RequestFactory import getURL, getRequest
-from pyload.plugins.internal.Addon import Hook
+from pyload.plugins.Addon import Addon
class BypassCaptchaException(Exception):
@@ -25,7 +25,7 @@ class BypassCaptchaException(Exception):
return "<BypassCaptchaException %s>" % self.err
-class BypassCaptcha(Hook):
+class BypassCaptcha(Addon):
__name__ = "BypassCaptcha"
__type__ = "hook"
__version__ = "0.05"