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/XupIn.py | |
parent | added 1kh.de container plugin (diff) | |
download | pyload-6cad171c269c07d5b365ffba7b676f25e98e449f.tar.xz |
added 1kh.de container plugin
Diffstat (limited to 'Plugins/XupIn.py')
-rw-r--r-- | Plugins/XupIn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/XupIn.py b/Plugins/XupIn.py index 092d525c9..6b1f3be73 100644 --- a/Plugins/XupIn.py +++ b/Plugins/XupIn.py @@ -16,7 +16,7 @@ class XupIn(Plugin): props['description'] = """Xup.in 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 self.html_old = None #time() where loaded the HTML |