Bug fixes, better linux compatibility #9

Merged
mjforan merged 6 commits from master into master 2022-05-24 15:10:06 -06:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 16a421cd99 - Show all commits

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