diff options
author | spoob <spoob@gmx.de> | 2009-05-28 12:27:14 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-05-28 12:27:14 +0200 |
commit | edf3e1264bc4bcbe9c3694afd3c12aaa8967ffc1 (patch) | |
tree | 4293de40eb3df9e604d5954fb3a33c14acd4f598 /Plugins/RSDF.py | |
parent | created uniform plugin config, fixed some bugs (diff) | |
download | pyload-edf3e1264bc4bcbe9c3694afd3c12aaa8967ffc1.tar.xz |
fexed little bug
Diffstat (limited to 'Plugins/RSDF.py')
-rw-r--r-- | Plugins/RSDF.py | 3 |
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" |