erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
558 stars 62 forks source link

Files not downloaded to the set download directory #183

Closed MrTazocin closed 2 years ago

MrTazocin commented 2 years ago

I have set C:\Users\User\Downloads\HTTP Downloader as my default download directory. https://imgur.com/8wgJgqQ

But during the grabbing process, the extension auto tick C:\Users\User\Downloads instead of using my default folder C:\Users\User\Downloads\HTTP Downloader. https://imgur.com/fMlswpO

This happen either I am using Chrome or Firefox.

erickutcher commented 2 years ago

If you have the extensions set to "Override browser's download manager" then it'll save it to the location that you choose from within the browser or it'll use the browser's default download location.

The extensions don't use HTTP Downloader's default download directory unless you uncheck the "Download directory" box in the extensions Add URL(s) window.

I know it seems confusing. Basically, uncheck the "Download directory" box that you have circled in the second image. That'll do what you want.

MrTazocin commented 2 years ago

Thanks for your reply,

If you have the extensions set to "Override browser's download manager" then it'll save it to the location that you choose from within the browser or it'll use the browser's default download location.

I had set extension based on this setting. Unfortunately, I always need to uncheck the "Download directory" for every downloads. Can it stay uncheck?

erickutcher commented 2 years ago

In Firefox there's a setting to "Always ask you where to save files". And there's something similar in Chrome. It will set the "Download directory" to wherever you choose and it should remember the last location that it was set to the next time you download something.

If you right click on a link and select HTTP Downloader > Download Link..., then it'll bring up the Add URL(s) window with the "Download directory" unchecked.

MrTazocin commented 2 years ago

Thanks for the explanation. I understand now. Keep up the great work!