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)