diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-15 20:49:48 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-06-15 20:49:48 +0200 |
commit | 2d4fa507b41979a3c741170871720f5038a5b883 (patch) | |
tree | 7d4007449a167e979d250e118fd7bc2f487c04bd /module/Py_Load_File.py | |
parent | Added Stealth.to Container Plugin (diff) | |
download | pyload-2d4fa507b41979a3c741170871720f5038a5b883.tar.xz |
new file list class
Diffstat (limited to 'module/Py_Load_File.py')
-rw-r--r-- | module/Py_Load_File.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/module/Py_Load_File.py b/module/Py_Load_File.py index cbbc5ab6b..2bc6d4965 100644 --- a/module/Py_Load_File.py +++ b/module/Py_Load_File.py @@ -33,10 +33,11 @@ class PyLoadFile: if self.parent.config['useproxy']: self.plugin.req.add_proxy(self.parent.config['proxyprotocol'], self.parent.config['proxyadress']) + self.plugin.want_reconnect = False self.status.exists = self.plugin.file_exists() if self.status.exists: self.status.filename = self.plugin.get_file_name() self.status.waituntil = self.plugin.time_plus_wait self.status.url = self.plugin.get_file_url() - self.status.want_reconnect = self.plugin.want_reconnect
\ No newline at end of file + self.status.want_reconnect = self.plugin.want_reconnect |