When you download a file it shows progress but in the end it will drop back to zero.
This Happens because when you save a custom location the like
"C:\Downloads\ebooks " (with a space, which is a mistake)
Windows will remove the space while saving which will automatically become like this
“C:\Downloads\ebooks” (without a space)
This can create huge problem when you are batch downloading
This can be solved batch selecting files, right clicking > Files to Move and then selecting an alternative location
Want you to automatically remove the space while saving
Thank you