summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/Hoster.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/Hoster.py
parentUpdated translations (diff)
downloadpyload-95270599f2a0d0042c75f63f30a3e013849439f7.tar.xz
fixed are few addons and improved crypter workarounds
Diffstat (limited to 'pyload/plugins/Hoster.py')
-rw-r--r--pyload/plugins/Hoster.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyload/plugins/Hoster.py b/pyload/plugins/Hoster.py
index 6bfe47e1f..68eb32baa 100644
--- a/pyload/plugins/Hoster.py
+++ b/pyload/plugins/Hoster.py
@@ -89,8 +89,6 @@ class Hoster(Base):
self.lastDownload = ""
#: re match of the last call to `checkDownload`
self.lastCheck = None
- #: js engine, see `JsEngine`
- self.js = self.core.js
self.retries = 0 # amount of retries already made
self.html = None # some plugins store html code here