diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-26 15:36:51 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-26 15:36:51 +0200 |
commit | d02541c948a71533469663b3400bc4a3179548c2 (patch) | |
tree | 021232e6a2e0f05b99b21041e66ae1ccdc651ea5 /Plugins/RSDF.py | |
parent | better youtube video id parsing, nicer testoutput (diff) | |
download | pyload-d02541c948a71533469663b3400bc4a3179548c2.tar.xz |
introduced logger
Diffstat (limited to 'Plugins/RSDF.py')
-rw-r--r-- | Plugins/RSDF.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Plugins/RSDF.py b/Plugins/RSDF.py index 9b377a2a3..65f01d41b 100644 --- a/Plugins/RSDF.py +++ b/Plugins/RSDF.py @@ -36,11 +36,6 @@ class RSDF(Plugin): """ returns True or False """ return True - - def get_file_url(self): - """ returns the absolute downloadable filepath - """ - return self.parent.url def __call__(self): return self.plugin_name |