diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-02 00:45:18 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-02 00:45:18 +0200 |
commit | 33c7df15649ab3dbb963b58eb852d3e2876d31be (patch) | |
tree | 92ea835d25363afe7ac20a36f66834b509a0d13d /Plugins | |
parent | fixed no log folder bug, more logs instead of prints (diff) | |
download | pyload-33c7df15649ab3dbb963b58eb852d3e2876d31be.tar.xz |
new reconnect method, hard to test
Diffstat (limited to 'Plugins')
-rw-r--r-- | Plugins/MyvideoDe.py | 5 | ||||
-rw-r--r-- | Plugins/YoutubeCom.py | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/Plugins/MyvideoDe.py b/Plugins/MyvideoDe.py index 342e73e65..762cd77e0 100644 --- a/Plugins/MyvideoDe.py +++ b/Plugins/MyvideoDe.py @@ -19,9 +19,8 @@ class MyvideoDe(Plugin): self.parent = parent self.html = None self.html_old = None #time() where loaded the HTML - self.time_plus_wait = None #time() + wait in seconds - self.want_reconnect = None - + 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 """ diff --git a/Plugins/YoutubeCom.py b/Plugins/YoutubeCom.py index a21f75518..a20058643 100644 --- a/Plugins/YoutubeCom.py +++ b/Plugins/YoutubeCom.py @@ -20,7 +20,6 @@ class YoutubeCom(Plugin): self.html = None self.html_old = None #time() where loaded the HTML self.time_plus_wait = None #time() + wait in seconds - self.want_reconnect = None def set_parent_status(self): """ sets all available Statusinfos about a File in self.parent.status |