From 1de8f589216259f42ead0dddbc2954fae8e5e528 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 26 May 2009 13:24:55 +0200 Subject: logic for container plugins implemented, basic plugin now downloads files, RSDF plugin added --- module/download_thread.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'module/download_thread.py') diff --git a/module/download_thread.py b/module/download_thread.py index f103b2271..6eb90138f 100644 --- a/module/download_thread.py +++ b/module/download_thread.py @@ -102,7 +102,6 @@ class Download_Thread(threading.Thread): if not status.exists: raise "FileDontExists" #i know its deprecated, who cares^^ - if status.want_reconnect: print "handle reconnect" @@ -115,7 +114,7 @@ class Download_Thread(threading.Thread): status.type = "downloading" print status.url , status.filename - pyfile.plugin.req.download(status.url, pyfile.download_folder + "/" + status.filename) + pyfile.plugin.proceed(status.url, pyfile.download_folder + "/" + status.filename) status.type = "finished" except: status.type = "failed" -- cgit v1.2.3