diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-05 13:49:17 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-05 13:49:17 +0200 |
commit | e028f8f826416679dac171b8a37c6b6264ac1b2e (patch) | |
tree | e4bb8ae83d4491f033694ce2159fe7d88e6f5bb8 /Plugins/YoutubeCom.py | |
parent | merged (diff) | |
download | pyload-e028f8f826416679dac171b8a37c6b6264ac1b2e.tar.xz |
request cookies support, Shragle Plugin, Youtube Channel Plugin, Bluehost Plugin (correct regexp needed)
Diffstat (limited to 'Plugins/YoutubeCom.py')
-rw-r--r-- | Plugins/YoutubeCom.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Plugins/YoutubeCom.py b/Plugins/YoutubeCom.py index a20058643..0d5a2bf6d 100644 --- a/Plugins/YoutubeCom.py +++ b/Plugins/YoutubeCom.py @@ -18,8 +18,6 @@ class YoutubeCom(Plugin): self.props = props self.parent = parent self.html = None - self.html_old = None #time() where loaded the HTML - self.time_plus_wait = None #time() + wait in seconds def set_parent_status(self): """ sets all available Statusinfos about a File in self.parent.status |