From 16a421cd99fa8b7d626389744a567dd00b46ff9c Mon Sep 17 00:00:00 2001 From: Matthew Foran Date: Mon, 23 May 2022 20:12:49 -0400 Subject: [PATCH] added quotes to url --- singlefile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singlefile.py b/singlefile.py index 27a86c5..dbc5a79 100644 --- a/singlefile.py +++ b/singlefile.py @@ -12,7 +12,7 @@ def download_page(url, cookies_path, output_path, output_name_template = ""): #"--browser-executable-path=" + addQuotes(CHROME_PATH.strip("\"")), #Uncomment this and set your browser exe if it can't find yours. "--browser-cookies-file=" + addQuotes(cookies_path), "--output-directory=" + addQuotes(output_path), - url + addQuotes(url) ] if(output_name_template != ""):