abiyani / automate-save-page-as

Automate browser's "Save Page As" operation
Apache License 2.0
167 stars 50 forks source link

Char % added to destination folder #28

Open pdelteil opened 5 years ago

pdelteil commented 5 years ago

I'm running the script like this:

./save_page_as -d /tmp -b chromium-browser --load-wait-time 1.5 --save-wait-time 3 "$URL"

Sometimes, while the script is saving the file, it shows &tmp on the save dialog. Sometimes it works correctly. Im also using another script to call save_page_as with several different urls.

What could be the problem?