diff options
author | spoob <spoob@gmx.de> | 2009-05-26 15:01:02 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-05-26 15:01:02 +0200 |
commit | 4339a5e844b8593d5a4df2a84097e28878b19030 (patch) | |
tree | 03e787a7ed0c8cfe451a7b659a509103515d550d /Plugins/RSDF.py | |
parent | logic for container plugins implemented, basic plugin now downloads files, RS... (diff) | |
download | pyload-4339a5e844b8593d5a4df2a84097e28878b19030.tar.xz |
better youtube video id parsing, nicer testoutput
Diffstat (limited to 'Plugins/RSDF.py')
-rw-r--r-- | Plugins/RSDF.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/RSDF.py b/Plugins/RSDF.py index 65f85edb4..9b377a2a3 100644 --- a/Plugins/RSDF.py +++ b/Plugins/RSDF.py @@ -74,4 +74,4 @@ class RSDF(Plugin): print self.links except: - print "Kein Crypto installiert, RSDF Plugin kann nicht genutzt werden"
\ No newline at end of file + print "Kein Crypto installiert, RSDF Plugin kann nicht genutzt werden" |