Session variable not pulling correctly and download all goes into Windows folder
migasj opened this issue · 7 comments
The session variable _simpleauth_sess has a space before it making it not match correctly.
All files are downloading into the Windows directly when download all is selected.
At a second look I see that only linux was set to download to the windows directory, not mac. Regardless, my pull request fixes this issue.
The session variable _simpleauth_sess has a space before it making it not match correctly.
Will this match if there's a space when splitting cookies?
It wouldn't which was what was needed in my experience but I understand now you needed that space for it to work on your machine. I've updated it with a Trim so that it will remove the space before doing the comparison so that it will work, space or not. Let me know what you think.
LGTM, did you see the other things I'd like to implement at some point?
I think I must be blind because I can't find them. Where is the feature list?
Lol thanks. I'll take a look at adding those in the next week.