summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hook/DeathByCaptcha.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hook/DeathByCaptcha.py')
-rw-r--r--pyload/plugins/hook/DeathByCaptcha.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hook/DeathByCaptcha.py b/pyload/plugins/hook/DeathByCaptcha.py
index c076bdcee..f2ccb383b 100644
--- a/pyload/plugins/hook/DeathByCaptcha.py
+++ b/pyload/plugins/hook/DeathByCaptcha.py
@@ -11,7 +11,7 @@ from time import sleep
from pyload.utils import json_loads
from pyload.network.HTTPRequest import BadHeader
from pyload.network.RequestFactory import getRequest
-from pyload.plugins.internal.Addon import Hook
+from pyload.plugins.Addon import Addon
class DeathByCaptchaException(Exception):
@@ -48,7 +48,7 @@ class DeathByCaptchaException(Exception):
return "<DeathByCaptchaException %s>" % self.err
-class DeathByCaptcha(Hook):
+class DeathByCaptcha(Addon):
__name__ = "DeathByCaptcha"
__type__ = "hook"
__version__ = "0.04"