diff options
author | 2013-12-01 00:08:11 +0100 | |
---|---|---|
committer | 2013-12-01 00:08:11 +0100 | |
commit | 95270599f2a0d0042c75f63f30a3e013849439f7 (patch) | |
tree | ced2dc611ed51e43251b980e2a1578fe90674858 /pyload/plugins/Hoster.py | |
parent | Updated translations (diff) | |
download | pyload-95270599f2a0d0042c75f63f30a3e013849439f7.tar.xz |
fixed are few addons and improved crypter workarounds
Diffstat (limited to 'pyload/plugins/Hoster.py')
-rw-r--r-- | pyload/plugins/Hoster.py | 2 |
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 |