From 917614975e900c3a5f1780419c6209d797529b71 Mon Sep 17 00:00:00 2001 From: wenead99 <42309414+wenead99@users.noreply.github.com> Date: Thu, 30 May 2019 19:15:02 +0800 Subject: [PATCH] =?UTF-8?q?Beta=200.4=20=E6=9B=B4=E6=96=B0=20*=E6=9B=B4?= =?UTF-8?q?=E5=A5=BD=E7=9A=84=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/core.py b/core.py index dd6e2aa..16d7160 100644 --- a/core.py +++ b/core.py @@ -73,10 +73,8 @@ def DownloadFileWithFilename(url,filename,path): #path = examle:photo , video.in with open(str(path) + "/"+str(filename), "wb") as code: code.write(r.content) except IOError as e: - print("[-]Download Failed1!") - print("[-]Error:"+str(e)) - print("[-]Movie not found in Javbus.com!") - print("[*]=====================================") + print("[-]Movie not found in All website!") + #print("[*]=====================================") return "failed" except Exception as e1: print(e1)