-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Incontrollable Downloading of Vimb #543
Comments
@Erikrian-Koira Thank you for your suggestions. I'm not sure what should be done in manual download mode. I could think about some confirmation dialog shown in the inputbox (where the interation with vimb takes place) that show some information about the download to be started (mime-type esitmated size or something like that). And the user has do decide if the download is started or not. |
This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions. |
Should the fact that downloads can't be pre-authenticated be a blocker, though? IMO the requirement seems kind of a stretch. I think it would be perfectly fine to have downloader that just opens the URL; if it's behind authwall it only seems logical to me that external app should need to re-authenticate. |
@AloisMahdal You are right. The external downloaded should be able to reauthenticate if we can't share the cookies. So I thinks we should readd the external downloaded to allow users to provide a script that handles the download. |
Added 'download-command' setting to configure a command/script that handles the download of an uri. With the new setting flag 'download-use-external' can be decided if the external download command is used to download an uri or the built in downloader.
@Erikrian-Koira I've ported the old externam-download-command setting into webkit2 version of vimb. Hope this will help you and other users. |
Information
Hello! Dear @fanglingsu
Steps to reproduce
When I enter some websites (such as https://download.blender.org/release/Blender2.79/blender-2.79b-windows64.msi) with Vimb, Vimb will start downloading automatically. And I had to quit the tab to stop it downloading (I do not want to download actually. I just want to read the website).
Expected behaviour
Vimb can be set to a "manual download mode".
Moreover, how can I set "Aria2" as a download plugin of Vimb?
Actual behaviour
Vimb downloads the file on such website automatically.
PS:
Finally, Vimb is nearly a perfect browser in my opinion.
The text was updated successfully, but these errors were encountered: