From 4339a5e844b8593d5a4df2a84097e28878b19030 Mon Sep 17 00:00:00 2001 From: spoob Date: Tue, 26 May 2009 15:01:02 +0200 Subject: better youtube video id parsing, nicer testoutput --- module/download_thread.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'module/download_thread.py') diff --git a/module/download_thread.py b/module/download_thread.py index 6eb90138f..502d42ddc 100644 --- a/module/download_thread.py +++ b/module/download_thread.py @@ -111,10 +111,10 @@ class Download_Thread(threading.Thread): sleep(1) #eventuell auf genaue zeit warten try: - status.type = "downloading" - print status.url , status.filename + status.type = "downloading" + print "download", status.filename - pyfile.plugin.proceed(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