summaryrefslogtreecommitdiffstats
path: root/Plugins/UploadedTo.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-06-14 02:32:26 +0200
committerGravatar spoob <spoob@gmx.de> 2009-06-14 02:32:26 +0200
commit6cad171c269c07d5b365ffba7b676f25e98e449f (patch)
tree14980a9a6bf91ddd6030c0e252e4ffe4c435b4d9 /Plugins/UploadedTo.py
parentadded 1kh.de container plugin (diff)
downloadpyload-6cad171c269c07d5b365ffba7b676f25e98e449f.tar.xz
added 1kh.de container plugin
Diffstat (limited to 'Plugins/UploadedTo.py')
-rw-r--r--Plugins/UploadedTo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Plugins/UploadedTo.py b/Plugins/UploadedTo.py
index ba1487abe..8df8db110 100644
--- a/Plugins/UploadedTo.py
+++ b/Plugins/UploadedTo.py
@@ -17,7 +17,7 @@ class UploadedTo(Plugin):
props['description'] = """Uploaded.to 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
@@ -71,4 +71,4 @@ class UploadedTo(Plugin):
def wait_until(self):
if self.html == None:
self.download_html()
- return self.time_plus_wait \ No newline at end of file
+ return self.time_plus_wait