diff options
author | spoob <spoob@gmx.de> | 2009-06-14 02:32:26 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-06-14 02:32:26 +0200 |
commit | 6cad171c269c07d5b365ffba7b676f25e98e449f (patch) | |
tree | 14980a9a6bf91ddd6030c0e252e4ffe4c435b4d9 /Plugins/ZshareNet.py | |
parent | added 1kh.de container plugin (diff) | |
download | pyload-6cad171c269c07d5b365ffba7b676f25e98e449f.tar.xz |
added 1kh.de container plugin
Diffstat (limited to 'Plugins/ZshareNet.py')
-rw-r--r-- | Plugins/ZshareNet.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Plugins/ZshareNet.py b/Plugins/ZshareNet.py index 39ec34658..33667605f 100644 --- a/Plugins/ZshareNet.py +++ b/Plugins/ZshareNet.py @@ -16,7 +16,7 @@ class ZshareNet(Plugin): props['description'] = """Zshare.net Download Plugin""" props['author_name'] = ("spoob") props['author_mail'] = ("spoob@pyload.org") - self.plugin_config = props + self.props = props self.parent = parent self.html = [None, None] self.html_old = None #time() where loaded the HTML @@ -69,4 +69,4 @@ class ZshareNet(Plugin): def wait_until(self): if self.html[0] == None: self.download_html() - return self.time_plus_wait
\ No newline at end of file + return self.time_plus_wait |