summaryrefslogtreecommitdiffstats
path: root/Plugins/RSDF.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-05-28 12:27:14 +0200
committerGravatar spoob <spoob@gmx.de> 2009-05-28 12:27:14 +0200
commitedf3e1264bc4bcbe9c3694afd3c12aaa8967ffc1 (patch)
tree4293de40eb3df9e604d5954fb3a33c14acd4f598 /Plugins/RSDF.py
parentcreated uniform plugin config, fixed some bugs (diff)
downloadpyload-edf3e1264bc4bcbe9c3694afd3c12aaa8967ffc1.tar.xz
fexed little bug
Diffstat (limited to 'Plugins/RSDF.py')
-rw-r--r--Plugins/RSDF.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Plugins/RSDF.py b/Plugins/RSDF.py
index 254f43f91..27938bb17 100644
--- a/Plugins/RSDF.py
+++ b/Plugins/RSDF.py
@@ -35,7 +35,7 @@ class RSDF(Plugin):
return True
def __call__(self):
- return self.plugin_name
+ return self.plugin_config['name']
def proceed(self, url, location):
try:
@@ -63,7 +63,6 @@ class RSDF(Plugin):
self.links.append(decryptedUrl)
rsdf.close()
- print self.links
except:
print "Kein Crypto installiert, RSDF Plugin kann nicht genutzt werden"