summaryrefslogtreecommitdiffstats
path: root/Plugins/YoutubeCom.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-05-28 15:31:41 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-05-28 15:31:41 +0200
commitc6c9904590e8b184af34cedb38d2f63f2cfff2f4 (patch)
tree0a136a036939ea2aad28aa97f383d2c09cad2639 /Plugins/YoutubeCom.py
parenttime shedule fix (diff)
downloadpyload-c6c9904590e8b184af34cedb38d2f63f2cfff2f4.tar.xz
rapidshare premium support
Diffstat (limited to 'Plugins/YoutubeCom.py')
-rw-r--r--Plugins/YoutubeCom.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/Plugins/YoutubeCom.py b/Plugins/YoutubeCom.py
index c1ad22102..a21f75518 100644
--- a/Plugins/YoutubeCom.py
+++ b/Plugins/YoutubeCom.py
@@ -62,11 +62,3 @@ class YoutubeCom(Plugin):
return False
else:
return True
-
- def wait_until(self):
- if self.html == None:
- self.download_html()
- return self.time_plus_wait
-
- def __call__(self):
- return self.props['name']