From 579886c4186fcc67621f420d581e14a6dc232997 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Tue, 25 May 2021 08:36:29 -0400 Subject: [PATCH] path to file --- downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloader.py b/downloader.py index e405874..810ecd2 100644 --- a/downloader.py +++ b/downloader.py @@ -41,7 +41,7 @@ def download(url): #updateYoutubeDL() # start downloader so that it's stdout (with fragments) may be captured - for s in execute([sys.executable, os.path.realpath(__file__) + "/downloader.py",dirpath,url]): + for s in execute([sys.executable, os.path.realpath(__file__), dirpath,url]): print(s) def runYoutubeDL(url):