diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-26 13:24:55 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-05-26 13:24:55 +0200 |
commit | 1de8f589216259f42ead0dddbc2954fae8e5e528 (patch) | |
tree | 8c4ed7ba0c327730f794536ee7d7ab62b641255e /module/Py_Load_File.py | |
parent | improved plugins (diff) | |
download | pyload-1de8f589216259f42ead0dddbc2954fae8e5e528.tar.xz |
logic for container plugins implemented, basic plugin now downloads files, RSDF plugin added
Diffstat (limited to 'module/Py_Load_File.py')
-rw-r--r-- | module/Py_Load_File.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/Py_Load_File.py b/module/Py_Load_File.py index 9f962ffb3..ce2a10924 100644 --- a/module/Py_Load_File.py +++ b/module/Py_Load_File.py @@ -27,7 +27,7 @@ class PyLoadFile: def prepareDownload(self): self.status.exists = self.plugin.file_exists() - if self.status.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() |