summaryrefslogtreecommitdiffstats
path: root/Plugins
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-05-26 15:36:51 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-05-26 15:36:51 +0200
commitd02541c948a71533469663b3400bc4a3179548c2 (patch)
tree021232e6a2e0f05b99b21041e66ae1ccdc651ea5 /Plugins
parentbetter youtube video id parsing, nicer testoutput (diff)
downloadpyload-d02541c948a71533469663b3400bc4a3179548c2.tar.xz
introduced logger
Diffstat (limited to 'Plugins')
-rw-r--r--Plugins/Plugin.py2
-rw-r--r--Plugins/RSDF.py5
2 files changed, 0 insertions, 7 deletions
diff --git a/Plugins/Plugin.py b/Plugins/Plugin.py
index 90781f765..f7ea99b7d 100644
--- a/Plugins/Plugin.py
+++ b/Plugins/Plugin.py
@@ -45,8 +45,6 @@ class Plugin():
def get_file_url(self):
""" returns the absolute downloadable filepath
"""
- if self.html != None:
- self.download_html()
return self.parent.url
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