summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/Base.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-12-01 00:08:11 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-12-01 00:08:11 +0100
commit95270599f2a0d0042c75f63f30a3e013849439f7 (patch)
treeced2dc611ed51e43251b980e2a1578fe90674858 /pyload/plugins/Base.py
parentUpdated translations (diff)
downloadpyload-95270599f2a0d0042c75f63f30a3e013849439f7.tar.xz
fixed are few addons and improved crypter workarounds
Diffstat (limited to 'pyload/plugins/Base.py')
-rw-r--r--pyload/plugins/Base.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyload/plugins/Base.py b/pyload/plugins/Base.py
index ae8614b0d..b6668ea90 100644
--- a/pyload/plugins/Base.py
+++ b/pyload/plugins/Base.py
@@ -105,6 +105,9 @@ class Base(object):
#: last interaction task
self.task = None
+ #: js engine, see `JsEngine`
+ self.js = self.core.js
+
def __getitem__(self, item):
""" Retrieves meta data attribute """
return getattr(self, "__%s__" % item)