summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/Hoster.py
diff options
context:
space:
mode:
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