added quotes to url

This commit is contained in:
Matthew Foran 2022-05-23 20:12:49 -04:00
parent bcafbe77c0
commit 16a421cd99
1 changed files with 1 additions and 1 deletions

View File

@ -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 != ""):