diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-28 15:31:41 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-28 15:31:41 +0200 |
commit | c6c9904590e8b184af34cedb38d2f63f2cfff2f4 (patch) | |
tree | 0a136a036939ea2aad28aa97f383d2c09cad2639 /Plugins/YoutubeCom.py | |
parent | time shedule fix (diff) | |
download | pyload-c6c9904590e8b184af34cedb38d2f63f2cfff2f4.tar.xz |
rapidshare premium support
Diffstat (limited to 'Plugins/YoutubeCom.py')
-rw-r--r-- | Plugins/YoutubeCom.py | 8 |
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'] |