summaryrefslogtreecommitdiffstats
path: root/module/download_thread.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2010-03-11 14:57:29 +0100
committerGravatar spoob <spoob@gmx.de> 2010-03-11 14:57:29 +0100
commita7e2bd25a3fbdb35d0f75607f2fee35943d0ad20 (patch)
tree83d29c2df7f06e772e3fa46b8c49dd4b12beeb1a /module/download_thread.py
parentAdded tag v0.3.2 for changeset 3ea104a0eccc (diff)
downloadpyload-a7e2bd25a3fbdb35d0f75607f2fee35943d0ad20.tar.xz
Fixed Hotfile
Diffstat (limited to 'module/download_thread.py')
-rw-r--r--module/download_thread.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/download_thread.py b/module/download_thread.py
index 1cc509bca..56f4e0d08 100644
--- a/module/download_thread.py
+++ b/module/download_thread.py
@@ -144,7 +144,9 @@ class Download_Thread(threading.Thread):
else:
status.type = "downloading"
self.parent.parent.pullManager.addEvent(UpdateEvent("file", pyfile.id, "queue"))
-
+
+
+ #~ free_file_name = self.get_free_name(status.filename)
location = join(pyfile.folder, status.filename)
pyfile.plugin.proceed(status.url, location)