diff options
author | spoob <spoob@gmx.de> | 2009-07-03 15:14:14 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-07-03 15:14:14 +0200 |
commit | e7b328fb5afdfa0d7e51fdf0cd9797c9a6c3a3d6 (patch) | |
tree | e00aaf88cfe6933d951c61ce713a1ab04a2565b9 /module | |
parent | cleaned up the share-online plugin (diff) | |
download | pyload-e7b328fb5afdfa0d7e51fdf0cd9797c9a6c3a3d6.tar.xz |
rapidshare server selection, ul.to links works
Diffstat (limited to 'module')
-rw-r--r-- | module/file_list.py | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/module/file_list.py b/module/file_list.py index a25e954a5..3a4e531d7 100644 --- a/module/file_list.py +++ b/module/file_list.py @@ -56,12 +56,14 @@ class File_List(object): self.append(url) def remove(self, pyfile): - - if pyfile in self.files: - self.files.remove(pyfile) - self.data['order'].remove(pyfile.id) - del self.data[pyfile.id] + pass + + #if pyfile in self.files: + #self.files.remove(pyfile) +# + #self.data['order'].remove(pyfile.id) + #del self.data[pyfile.id] def remove_id(self, pyid): #also abort download |